Node.GDNativeClassBinding

Undocumented in source.
struct Node
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_enterTree
GodotMethod!(void) _enterTree;
Undocumented in source.
_exitTree
GodotMethod!(void) _exitTree;
Undocumented in source.
_getConfigurationWarning
GodotMethod!(String) _getConfigurationWarning;
Undocumented in source.
_getEditorDescription
GodotMethod!(String) _getEditorDescription;
Undocumented in source.
_getImportPath
GodotMethod!(NodePath) _getImportPath;
Undocumented in source.
_input
GodotMethod!(void, InputEvent) _input;
Undocumented in source.
_physicsProcess
GodotMethod!(void, double) _physicsProcess;
Undocumented in source.
_process
GodotMethod!(void, double) _process;
Undocumented in source.
_ready
GodotMethod!(void) _ready;
Undocumented in source.
_setEditorDescription
GodotMethod!(void, String) _setEditorDescription;
Undocumented in source.
_setImportPath
GodotMethod!(void, NodePath) _setImportPath;
Undocumented in source.
_unhandledInput
GodotMethod!(void, InputEvent) _unhandledInput;
Undocumented in source.
_unhandledKeyInput
GodotMethod!(void, InputEventKey) _unhandledKeyInput;
Undocumented in source.
addChild
GodotMethod!(void, Node, bool) addChild;
Undocumented in source.
addChildBelowNode
GodotMethod!(void, Node, Node, bool) addChildBelowNode;
Undocumented in source.
addToGroup
GodotMethod!(void, String, bool) addToGroup;
Undocumented in source.
canProcess
GodotMethod!(bool) canProcess;
Undocumented in source.
duplicate
GodotMethod!(Node, long) duplicate;
Undocumented in source.
findNode
GodotMethod!(Node, String, bool, bool) findNode;
Undocumented in source.
findParent
GodotMethod!(Node, String) findParent;
Undocumented in source.
getChild
GodotMethod!(Node, long) getChild;
Undocumented in source.
getChildCount
GodotMethod!(long) getChildCount;
Undocumented in source.
getChildren
GodotMethod!(Array) getChildren;
Undocumented in source.
getCustomMultiplayer
GodotMethod!(MultiplayerAPI) getCustomMultiplayer;
Undocumented in source.
getFilename
GodotMethod!(String) getFilename;
Undocumented in source.
getGroups
GodotMethod!(Array) getGroups;
Undocumented in source.
getIndex
GodotMethod!(long) getIndex;
Undocumented in source.
getMultiplayer
GodotMethod!(MultiplayerAPI) getMultiplayer;
Undocumented in source.
getName
GodotMethod!(String) getName;
Undocumented in source.
getNetworkMaster
GodotMethod!(long) getNetworkMaster;
Undocumented in source.
getNode
GodotMethod!(Node, NodePath) getNode;
Undocumented in source.
getNodeAndResource
GodotMethod!(Array, NodePath) getNodeAndResource;
Undocumented in source.
getNodeOrNull
GodotMethod!(Node, NodePath) getNodeOrNull;
Undocumented in source.
getOwner
GodotMethod!(Node) getOwner;
Undocumented in source.
getParent
GodotMethod!(Node) getParent;
Undocumented in source.
getPath
GodotMethod!(NodePath) getPath;
Undocumented in source.
getPathTo
GodotMethod!(NodePath, Node) getPathTo;
Undocumented in source.
getPauseMode
GodotMethod!(Node.PauseMode) getPauseMode;
Undocumented in source.
getPhysicsProcessDeltaTime
GodotMethod!(double) getPhysicsProcessDeltaTime;
Undocumented in source.
getPositionInParent
GodotMethod!(long) getPositionInParent;
Undocumented in source.
getProcessDeltaTime
GodotMethod!(double) getProcessDeltaTime;
Undocumented in source.
getProcessPriority
GodotMethod!(long) getProcessPriority;
Undocumented in source.
getSceneInstanceLoadPlaceholder
GodotMethod!(bool) getSceneInstanceLoadPlaceholder;
Undocumented in source.
getTree
GodotMethod!(SceneTree) getTree;
Undocumented in source.
getViewport
GodotMethod!(Viewport) getViewport;
Undocumented in source.
hasNode
GodotMethod!(bool, NodePath) hasNode;
Undocumented in source.
hasNodeAndResource
GodotMethod!(bool, NodePath) hasNodeAndResource;
Undocumented in source.
isAParentOf
GodotMethod!(bool, Node) isAParentOf;
Undocumented in source.
isDisplayedFolded
GodotMethod!(bool) isDisplayedFolded;
Undocumented in source.
isGreaterThan
GodotMethod!(bool, Node) isGreaterThan;
Undocumented in source.
isInGroup
GodotMethod!(bool, String) isInGroup;
Undocumented in source.
isInsideTree
GodotMethod!(bool) isInsideTree;
Undocumented in source.
isNetworkMaster
GodotMethod!(bool) isNetworkMaster;
Undocumented in source.
isPhysicsProcessing
GodotMethod!(bool) isPhysicsProcessing;
Undocumented in source.
isPhysicsProcessingInternal
GodotMethod!(bool) isPhysicsProcessingInternal;
Undocumented in source.
isProcessing
GodotMethod!(bool) isProcessing;
Undocumented in source.
isProcessingInput
GodotMethod!(bool) isProcessingInput;
Undocumented in source.
isProcessingInternal
GodotMethod!(bool) isProcessingInternal;
Undocumented in source.
isProcessingUnhandledInput
GodotMethod!(bool) isProcessingUnhandledInput;
Undocumented in source.
isProcessingUnhandledKeyInput
GodotMethod!(bool) isProcessingUnhandledKeyInput;
Undocumented in source.
moveChild
GodotMethod!(void, Node, long) moveChild;
Undocumented in source.
printStrayNodes
GodotMethod!(void) printStrayNodes;
Undocumented in source.
printTree
GodotMethod!(void) printTree;
Undocumented in source.
printTreePretty
GodotMethod!(void) printTreePretty;
Undocumented in source.
propagateCall
GodotMethod!(void, String, Array, bool) propagateCall;
Undocumented in source.
propagateNotification
GodotMethod!(void, long) propagateNotification;
Undocumented in source.
queueFree
GodotMethod!(void) queueFree;
Undocumented in source.
raise
GodotMethod!(void) raise;
Undocumented in source.
removeAndSkip
GodotMethod!(void) removeAndSkip;
Undocumented in source.
removeChild
GodotMethod!(void, Node) removeChild;
Undocumented in source.
removeFromGroup
GodotMethod!(void, String) removeFromGroup;
Undocumented in source.
replaceBy
GodotMethod!(void, Node, bool) replaceBy;
Undocumented in source.
requestReady
GodotMethod!(void) requestReady;
Undocumented in source.
rpc
GodotMethod!(Variant, String, GodotVarArgs) rpc;
Undocumented in source.
rpcConfig
GodotMethod!(void, String, long) rpcConfig;
Undocumented in source.
rpcId
GodotMethod!(Variant, long, String, GodotVarArgs) rpcId;
Undocumented in source.
rpcUnreliable
GodotMethod!(Variant, String, GodotVarArgs) rpcUnreliable;
Undocumented in source.
rpcUnreliableId
GodotMethod!(Variant, long, String, GodotVarArgs) rpcUnreliableId;
Undocumented in source.
rset
GodotMethod!(void, String, Variant) rset;
Undocumented in source.
rsetConfig
GodotMethod!(void, String, long) rsetConfig;
Undocumented in source.
rsetId
GodotMethod!(void, long, String, Variant) rsetId;
Undocumented in source.
rsetUnreliable
GodotMethod!(void, String, Variant) rsetUnreliable;
Undocumented in source.
rsetUnreliableId
GodotMethod!(void, long, String, Variant) rsetUnreliableId;
Undocumented in source.
setCustomMultiplayer
GodotMethod!(void, MultiplayerAPI) setCustomMultiplayer;
Undocumented in source.
setDisplayFolded
GodotMethod!(void, bool) setDisplayFolded;
Undocumented in source.
setFilename
GodotMethod!(void, String) setFilename;
Undocumented in source.
setName
GodotMethod!(void, String) setName;
Undocumented in source.
setNetworkMaster
GodotMethod!(void, long, bool) setNetworkMaster;
Undocumented in source.
setOwner
GodotMethod!(void, Node) setOwner;
Undocumented in source.
setPauseMode
GodotMethod!(void, long) setPauseMode;
Undocumented in source.
setPhysicsProcess
GodotMethod!(void, bool) setPhysicsProcess;
Undocumented in source.
setPhysicsProcessInternal
GodotMethod!(void, bool) setPhysicsProcessInternal;
Undocumented in source.
setProcess
GodotMethod!(void, bool) setProcess;
Undocumented in source.
setProcessInput
GodotMethod!(void, bool) setProcessInput;
Undocumented in source.
setProcessInternal
GodotMethod!(void, bool) setProcessInternal;
Undocumented in source.
setProcessPriority
GodotMethod!(void, long) setProcessPriority;
Undocumented in source.
setProcessUnhandledInput
GodotMethod!(void, bool) setProcessUnhandledInput;
Undocumented in source.
setProcessUnhandledKeyInput
GodotMethod!(void, bool) setProcessUnhandledKeyInput;
Undocumented in source.
setSceneInstanceLoadPlaceholder
GodotMethod!(void, bool) setSceneInstanceLoadPlaceholder;
Undocumented in source.
updateConfigurationWarning
GodotMethod!(void) updateConfigurationWarning;
Undocumented in source.

Meta