SceneState.GDNativeClassBinding

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

Members

Static variables

getConnectionBinds
GodotMethod!(Array, long) getConnectionBinds;
Undocumented in source.
getConnectionCount
GodotMethod!(long) getConnectionCount;
Undocumented in source.
getConnectionFlags
GodotMethod!(long, long) getConnectionFlags;
Undocumented in source.
getConnectionMethod
GodotMethod!(String, long) getConnectionMethod;
Undocumented in source.
getConnectionSignal
GodotMethod!(String, long) getConnectionSignal;
Undocumented in source.
getConnectionSource
GodotMethod!(NodePath, long) getConnectionSource;
Undocumented in source.
getConnectionTarget
GodotMethod!(NodePath, long) getConnectionTarget;
Undocumented in source.
getNodeCount
GodotMethod!(long) getNodeCount;
Undocumented in source.
getNodeGroups
GodotMethod!(PoolStringArray, long) getNodeGroups;
Undocumented in source.
getNodeIndex
GodotMethod!(long, long) getNodeIndex;
Undocumented in source.
getNodeInstance
GodotMethod!(PackedScene, long) getNodeInstance;
Undocumented in source.
getNodeInstancePlaceholder
GodotMethod!(String, long) getNodeInstancePlaceholder;
Undocumented in source.
getNodeName
GodotMethod!(String, long) getNodeName;
Undocumented in source.
getNodeOwnerPath
GodotMethod!(NodePath, long) getNodeOwnerPath;
Undocumented in source.
getNodePath
GodotMethod!(NodePath, long, bool) getNodePath;
Undocumented in source.
getNodePropertyCount
GodotMethod!(long, long) getNodePropertyCount;
Undocumented in source.
getNodePropertyName
GodotMethod!(String, long, long) getNodePropertyName;
Undocumented in source.
getNodePropertyValue
GodotMethod!(Variant, long, long) getNodePropertyValue;
Undocumented in source.
getNodeType
GodotMethod!(String, long) getNodeType;
Undocumented in source.
isNodeInstancePlaceholder
GodotMethod!(bool, long) isNodeInstancePlaceholder;
Undocumented in source.

Meta