mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove more instances of 'instance' being used as a verb
This commit is contained in:
parent
a1bc636098
commit
3b4f5f8a04
28 changed files with 69 additions and 69 deletions
|
|
@ -181,7 +181,7 @@ public:
|
|||
void restore_editor_global_states();
|
||||
|
||||
void add_custom_type(const String &p_type, const String &p_inherits, const Ref<Script> &p_script, const Ref<Texture2D> &p_icon);
|
||||
Variant instance_custom_type(const String &p_type, const String &p_inherits);
|
||||
Variant instantiate_custom_type(const String &p_type, const String &p_inherits);
|
||||
void remove_custom_type(const String &p_type);
|
||||
const HashMap<String, Vector<CustomType>> &get_custom_types() const { return custom_types; }
|
||||
const CustomType *get_custom_type_by_name(const String &p_name) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue