ClassDB
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
Method Descriptions
bool can_instantiate ( StringName class ) const
There is currently no description for this method. Please help us by contributing one!
bool class_exists ( StringName class ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray class_get_enum_constants ( StringName class, StringName enum, bool no_inheritance=false ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray class_get_enum_list ( StringName class, bool no_inheritance=false ) const
There is currently no description for this method. Please help us by contributing one!
int class_get_integer_constant ( StringName class, StringName name ) const
There is currently no description for this method. Please help us by contributing one!
StringName class_get_integer_constant_enum ( StringName class, StringName name, bool no_inheritance=false ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray class_get_integer_constant_list ( StringName class, bool no_inheritance=false ) const
There is currently no description for this method. Please help us by contributing one!
int class_get_method_argument_count ( StringName class, StringName method, bool no_inheritance=false ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] class_get_method_list ( StringName class, bool no_inheritance=false ) const
There is currently no description for this method. Please help us by contributing one!
Variant class_get_property ( Object object, StringName property ) const
There is currently no description for this method. Please help us by contributing one!
Variant class_get_property_default_value ( StringName class, StringName property ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] class_get_property_list ( StringName class, bool no_inheritance=false ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary class_get_signal ( StringName class, StringName signal ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] class_get_signal_list ( StringName class, bool no_inheritance=false ) const
There is currently no description for this method. Please help us by contributing one!
bool class_has_enum ( StringName class, StringName name, bool no_inheritance=false ) const
There is currently no description for this method. Please help us by contributing one!
bool class_has_integer_constant ( StringName class, StringName name ) const
There is currently no description for this method. Please help us by contributing one!
bool class_has_method ( StringName class, StringName method, bool no_inheritance=false ) const
There is currently no description for this method. Please help us by contributing one!
bool class_has_signal ( StringName class, StringName signal ) const
There is currently no description for this method. Please help us by contributing one!
Error class_set_property ( Object object, StringName property, Variant value ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_class_list ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_inheriters_from_class ( StringName class ) const
There is currently no description for this method. Please help us by contributing one!
StringName get_parent_class ( StringName class ) const
There is currently no description for this method. Please help us by contributing one!
Variant instantiate ( StringName class ) const
There is currently no description for this method. Please help us by contributing one!
bool is_class_enabled ( StringName class ) const
There is currently no description for this method. Please help us by contributing one!
bool is_class_enum_bitfield ( StringName class, StringName enum, bool no_inheritance=false ) const
There is currently no description for this method. Please help us by contributing one!
bool is_parent_class ( StringName class, StringName inherits ) const
There is currently no description for this method. Please help us by contributing one!