| _add_type() (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| _create_ptr_func() (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| add_compatibility_type(const StringName &p_type, const StringName &p_fallback) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| add_property(StringName p_type, const PropertyInfo &p_pinfo, const StringName &p_setter, const StringName &p_getter, int p_index=-1) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| add_resource_base_extension(const StringName &p_extension, const StringName &p_type) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| add_signal(StringName p_type, const MethodInfo &p_signal) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| add_virtual_method(const StringName &p_type, const MethodInfo &p_method, bool p_virtual=true) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| bind_integer_constant(const StringName &p_type, const StringName &p_name, int p_constant) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| bind_method(N p_method_name, M p_method) (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| bind_method(N p_method_name, M p_method, const Variant &p_def1) (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| bind_method(N p_method_name, M p_method, const Variant &p_def1, const Variant &p_def2) (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| bind_method(N p_method_name, M p_method, const Variant &p_def1, const Variant &p_def2, const Variant &p_def3) (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| bind_method(N p_method_name, M p_method, const Variant &p_def1, const Variant &p_def2, const Variant &p_def3, const Variant &p_def4) (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| bind_method(N p_method_name, M p_method, const Variant &p_def1, const Variant &p_def2, const Variant &p_def3, const Variant &p_def4, const Variant &p_def5) (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| bind_method(N p_method_name, M p_method, const Variant &p_def1, const Variant &p_def2, const Variant &p_def3, const Variant &p_def4, const Variant &p_def5, const Variant &p_def6) (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| bind_native_method(uint32_t p_flags, const StringName &p_name, M p_method, const MethodInfo &p_info=MethodInfo(), const Vector< Variant > &p_default_args=Vector< Variant >()) (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| can_instance(const StringName &p_type) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| cleanup() (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_category(const StringName &p_node) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_extensions_for_type(const StringName &p_type, List< String > *p_extensions) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_inheriters_from(const StringName &p_type, List< StringName > *p_types) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_integer_constant(const StringName &p_type, const StringName &p_name, bool *p_success=NULL) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_integer_constant_list(const StringName &p_type, List< String > *p_constants, bool p_no_inheritance=false) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_method(StringName p_type, StringName p_name) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_method_list(StringName p_type, List< MethodInfo > *p_methods, bool p_no_inheritance=false) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_property(Object *p_object, const StringName &p_property, Variant &r_value) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_property_list(StringName p_type, List< PropertyInfo > *p_list, bool p_no_inheritance=false) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_property_type(const StringName &p_type, const StringName &p_property, bool *r_is_valid=NULL) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_resource_base_extensions(List< String > *p_extensions) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_setter_and_type_for_property(const StringName &p_class, const StringName &p_prop, StringName &r_class, StringName &r_setter) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_signal_list(StringName p_type, List< MethodInfo > *p_signals, bool p_no_inheritance=false) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_type_list(List< StringName > *p_types) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| get_virtual_methods(const StringName &p_type, List< MethodInfo > *p_methods, bool p_no_inheritance=false) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| has_method(StringName p_type, StringName p_method, bool p_no_inheritance=false) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| has_signal(StringName p_type, StringName p_signal) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| init() (defined in ObjectTypeDB) | ObjectTypeDB | static |
| instance(const StringName &p_type) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| is_type(const StringName &p_type, const StringName &p_inherits) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| is_type_enabled(StringName p_type) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| register_create_type() (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| register_type() (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| register_virtual_type() (defined in ObjectTypeDB) | ObjectTypeDB | inlinestatic |
| set_method_flags(StringName p_type, StringName p_method, int p_flags) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| set_property(Object *p_object, const StringName &p_property, const Variant &p_value, bool *r_valid=NULL) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| set_type_enabled(StringName p_type, bool p_enable) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| type_exists(const StringName &p_type) (defined in ObjectTypeDB) | ObjectTypeDB | static |
| type_inherits_from(const StringName &p_type) (defined in ObjectTypeDB) | ObjectTypeDB | static |