- _changeScene
GodotMethod!(void, GodotObject) _changeScene;
Undocumented in source.
- _connectedToServer
GodotMethod!(void) _connectedToServer;
Undocumented in source.
- _connectionFailed
GodotMethod!(void) _connectionFailed;
Undocumented in source.
- _networkPeerConnected
GodotMethod!(void, long) _networkPeerConnected;
Undocumented in source.
- _networkPeerDisconnected
GodotMethod!(void, long) _networkPeerDisconnected;
Undocumented in source.
- _serverDisconnected
GodotMethod!(void) _serverDisconnected;
Undocumented in source.
- callGroup
GodotMethod!(Variant, String, String, GodotVarArgs) callGroup;
Undocumented in source.
- callGroupFlags
GodotMethod!(Variant, long, String, String, GodotVarArgs) callGroupFlags;
Undocumented in source.
- changeScene
GodotMethod!(GodotError, String) changeScene;
Undocumented in source.
- changeSceneTo
GodotMethod!(GodotError, PackedScene) changeSceneTo;
Undocumented in source.
- createTimer
GodotMethod!(SceneTreeTimer, double, bool) createTimer;
Undocumented in source.
- getCurrentScene
GodotMethod!(Node) getCurrentScene;
Undocumented in source.
- getEditedSceneRoot
GodotMethod!(Node) getEditedSceneRoot;
Undocumented in source.
- getFrame
GodotMethod!(long) getFrame;
Undocumented in source.
- getMultiplayer
GodotMethod!(MultiplayerAPI) getMultiplayer;
Undocumented in source.
- getNetworkConnectedPeers
GodotMethod!(PoolIntArray) getNetworkConnectedPeers;
Undocumented in source.
- getNetworkPeer
GodotMethod!(NetworkedMultiplayerPeer) getNetworkPeer;
Undocumented in source.
- getNetworkUniqueId
GodotMethod!(long) getNetworkUniqueId;
Undocumented in source.
- getNodeCount
GodotMethod!(long) getNodeCount;
Undocumented in source.
- getNodesInGroup
GodotMethod!(Array, String) getNodesInGroup;
Undocumented in source.
- getRoot
GodotMethod!(Viewport) getRoot;
Undocumented in source.
- getRpcSenderId
GodotMethod!(long) getRpcSenderId;
Undocumented in source.
- hasGroup
GodotMethod!(bool, String) hasGroup;
Undocumented in source.
- hasNetworkPeer
GodotMethod!(bool) hasNetworkPeer;
Undocumented in source.
- isDebuggingCollisionsHint
GodotMethod!(bool) isDebuggingCollisionsHint;
Undocumented in source.
- isDebuggingNavigationHint
GodotMethod!(bool) isDebuggingNavigationHint;
Undocumented in source.
- isInputHandled
GodotMethod!(bool) isInputHandled;
Undocumented in source.
- isMultiplayerPollEnabled
GodotMethod!(bool) isMultiplayerPollEnabled;
Undocumented in source.
- isNetworkServer
GodotMethod!(bool) isNetworkServer;
Undocumented in source.
- isPaused
GodotMethod!(bool) isPaused;
Undocumented in source.
- isRefusingNewNetworkConnections
GodotMethod!(bool) isRefusingNewNetworkConnections;
Undocumented in source.
- isUsingFontOversampling
GodotMethod!(bool) isUsingFontOversampling;
Undocumented in source.
- notifyGroup
GodotMethod!(void, String, long) notifyGroup;
Undocumented in source.
- notifyGroupFlags
GodotMethod!(void, long, String, long) notifyGroupFlags;
Undocumented in source.
- queueDelete
GodotMethod!(void, GodotObject) queueDelete;
Undocumented in source.
- quit
GodotMethod!(void) quit;
Undocumented in source.
- reloadCurrentScene
GodotMethod!(GodotError) reloadCurrentScene;
Undocumented in source.
- setAutoAcceptQuit
GodotMethod!(void, bool) setAutoAcceptQuit;
Undocumented in source.
- setCurrentScene
GodotMethod!(void, GodotObject) setCurrentScene;
Undocumented in source.
- setDebugCollisionsHint
GodotMethod!(void, bool) setDebugCollisionsHint;
Undocumented in source.
- setDebugNavigationHint
GodotMethod!(void, bool) setDebugNavigationHint;
Undocumented in source.
- setEditedSceneRoot
GodotMethod!(void, GodotObject) setEditedSceneRoot;
Undocumented in source.
- setGroup
GodotMethod!(void, String, String, Variant) setGroup;
Undocumented in source.
- setGroupFlags
GodotMethod!(void, long, String, String, Variant) setGroupFlags;
Undocumented in source.
- setInputAsHandled
GodotMethod!(void) setInputAsHandled;
Undocumented in source.
- setMultiplayer
GodotMethod!(void, MultiplayerAPI) setMultiplayer;
Undocumented in source.
- setMultiplayerPollEnabled
GodotMethod!(void, bool) setMultiplayerPollEnabled;
Undocumented in source.
- setNetworkPeer
GodotMethod!(void, NetworkedMultiplayerPeer) setNetworkPeer;
Undocumented in source.
- setPause
GodotMethod!(void, bool) setPause;
Undocumented in source.
- setQuitOnGoBack
GodotMethod!(void, bool) setQuitOnGoBack;
Undocumented in source.
- setRefuseNewNetworkConnections
GodotMethod!(void, bool) setRefuseNewNetworkConnections;
Undocumented in source.
- setScreenStretch
GodotMethod!(void, long, long, Vector2, double) setScreenStretch;
Undocumented in source.
- setUseFontOversampling
GodotMethod!(void, bool) setUseFontOversampling;
Undocumented in source.