GodotObject.GDNativeClassBinding

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

Members

Static variables

_get
GodotMethod!(Variant, String) _get;
Undocumented in source.
_getPropertyList
GodotMethod!(Array) _getPropertyList;
Undocumented in source.
_init
GodotMethod!(void) _init;
Undocumented in source.
_notification
GodotMethod!(void, long) _notification;
Undocumented in source.
_set
GodotMethod!(bool, String, Variant) _set;
Undocumented in source.
_toString
GodotMethod!(String) _toString;
Undocumented in source.
addUserSignal
GodotMethod!(void, String, Array) addUserSignal;
Undocumented in source.
call
GodotMethod!(Variant, String, GodotVarArgs) call;
Undocumented in source.
callDeferred
GodotMethod!(void, String, GodotVarArgs) callDeferred;
Undocumented in source.
callv
GodotMethod!(Variant, String, Array) callv;
Undocumented in source.
canTranslateMessages
GodotMethod!(bool) canTranslateMessages;
Undocumented in source.
connect
GodotMethod!(GodotError, String, GodotObject, String, Array, long) connect;
Undocumented in source.
disconnect
GodotMethod!(void, String, GodotObject, String) disconnect;
Undocumented in source.
emitSignal
GodotMethod!(void, String, GodotVarArgs) emitSignal;
Undocumented in source.
free
GodotMethod!(void) free;
Undocumented in source.
get
GodotMethod!(Variant, String) get;
Undocumented in source.
getClass
GodotMethod!(String) getClass;
Undocumented in source.
getIncomingConnections
GodotMethod!(Array) getIncomingConnections;
Undocumented in source.
getIndexed
GodotMethod!(Variant, NodePath) getIndexed;
Undocumented in source.
getInstanceId
GodotMethod!(long) getInstanceId;
Undocumented in source.
getMeta
GodotMethod!(Variant, String) getMeta;
Undocumented in source.
getMetaList
GodotMethod!(PoolStringArray) getMetaList;
Undocumented in source.
getMethodList
GodotMethod!(Array) getMethodList;
Undocumented in source.
getPropertyList
GodotMethod!(Array) getPropertyList;
Undocumented in source.
getScript
GodotMethod!(Reference) getScript;
Undocumented in source.
getSignalConnectionList
GodotMethod!(Array, String) getSignalConnectionList;
Undocumented in source.
getSignalList
GodotMethod!(Array) getSignalList;
Undocumented in source.
hasMeta
GodotMethod!(bool, String) hasMeta;
Undocumented in source.
hasMethod
GodotMethod!(bool, String) hasMethod;
Undocumented in source.
hasSignal
GodotMethod!(bool, String) hasSignal;
Undocumented in source.
hasUserSignal
GodotMethod!(bool, String) hasUserSignal;
Undocumented in source.
isBlockingSignals
GodotMethod!(bool) isBlockingSignals;
Undocumented in source.
isClass
GodotMethod!(bool, String) isClass;
Undocumented in source.
isConnected
GodotMethod!(bool, String, GodotObject, String) isConnected;
Undocumented in source.
isQueuedForDeletion
GodotMethod!(bool) isQueuedForDeletion;
Undocumented in source.
notification
GodotMethod!(void, long, bool) notification;
Undocumented in source.
propertyListChangedNotify
GodotMethod!(void) propertyListChangedNotify;
Undocumented in source.
removeMeta
GodotMethod!(void, String) removeMeta;
Undocumented in source.
set
GodotMethod!(void, String, Variant) set;
Undocumented in source.
setBlockSignals
GodotMethod!(void, bool) setBlockSignals;
Undocumented in source.
setDeferred
GodotMethod!(void, String, Variant) setDeferred;
Undocumented in source.
setIndexed
GodotMethod!(void, NodePath, Variant) setIndexed;
Undocumented in source.
setMessageTranslation
GodotMethod!(void, bool) setMessageTranslation;
Undocumented in source.
setMeta
GodotMethod!(void, String, Variant) setMeta;
Undocumented in source.
setScript
GodotMethod!(void, Reference) setScript;
Undocumented in source.
toString
GodotMethod!(String) toString;
Undocumented in source.
tr
GodotMethod!(String, String) tr;
Undocumented in source.

Meta