ClassDBSingleton.GDNativeClassBinding

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

Members

Static variables

_singleton
godot_object _singleton;
Undocumented in source.
_singletonName
char* _singletonName;
Undocumented in source.
canInstance
GodotMethod!(bool, String) canInstance;
Undocumented in source.
classExists
GodotMethod!(bool, String) classExists;
Undocumented in source.
classGetCategory
GodotMethod!(String, String) classGetCategory;
Undocumented in source.
classGetIntegerConstant
GodotMethod!(long, String, String) classGetIntegerConstant;
Undocumented in source.
classGetIntegerConstantList
GodotMethod!(PoolStringArray, String, bool) classGetIntegerConstantList;
Undocumented in source.
classGetMethodList
GodotMethod!(Array, String, bool) classGetMethodList;
Undocumented in source.
classGetProperty
GodotMethod!(Variant, GodotObject, String) classGetProperty;
Undocumented in source.
classGetPropertyList
GodotMethod!(Array, String, bool) classGetPropertyList;
Undocumented in source.
classGetSignal
GodotMethod!(Dictionary, String, String) classGetSignal;
Undocumented in source.
classGetSignalList
GodotMethod!(Array, String, bool) classGetSignalList;
Undocumented in source.
classHasIntegerConstant
GodotMethod!(bool, String, String) classHasIntegerConstant;
Undocumented in source.
classHasMethod
GodotMethod!(bool, String, String, bool) classHasMethod;
Undocumented in source.
classHasSignal
GodotMethod!(bool, String, String) classHasSignal;
Undocumented in source.
classSetProperty
GodotMethod!(GodotError, GodotObject, String, Variant) classSetProperty;
Undocumented in source.
getClassList
GodotMethod!(PoolStringArray) getClassList;
Undocumented in source.
getInheritersFromClass
GodotMethod!(PoolStringArray, String) getInheritersFromClass;
Undocumented in source.
getParentClass
GodotMethod!(String, String) getParentClass;
Undocumented in source.
instance
GodotMethod!(Variant, String) instance;
Undocumented in source.
isClassEnabled
GodotMethod!(bool, String) isClassEnabled;
Undocumented in source.
isParentClass
GodotMethod!(bool, String, String) isParentClass;
Undocumented in source.

Meta