Script.GDNativeClassBinding

Undocumented in source.

Members

Static variables

canInstance
GodotMethod!(bool) canInstance;
Undocumented in source.
getBaseScript
GodotMethod!(Script) getBaseScript;
Undocumented in source.
getInstanceBaseType
GodotMethod!(String) getInstanceBaseType;
Undocumented in source.
getPropertyDefaultValue
GodotMethod!(Variant, String) getPropertyDefaultValue;
Undocumented in source.
getScriptConstantMap
GodotMethod!(Dictionary) getScriptConstantMap;
Undocumented in source.
getScriptMethodList
GodotMethod!(Array) getScriptMethodList;
Undocumented in source.
getScriptPropertyList
GodotMethod!(Array) getScriptPropertyList;
Undocumented in source.
getScriptSignalList
GodotMethod!(Array) getScriptSignalList;
Undocumented in source.
getSourceCode
GodotMethod!(String) getSourceCode;
Undocumented in source.
hasScriptSignal
GodotMethod!(bool, String) hasScriptSignal;
Undocumented in source.
hasSourceCode
GodotMethod!(bool) hasSourceCode;
Undocumented in source.
instanceHas
GodotMethod!(bool, GodotObject) instanceHas;
Undocumented in source.
isTool
GodotMethod!(bool) isTool;
Undocumented in source.
reload
GodotMethod!(GodotError, bool) reload;
Undocumented in source.
setSourceCode
GodotMethod!(void, String) setSourceCode;
Undocumented in source.

Meta