You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Rename instance()->instantiate() when it's a verb
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
return _icon_path;
|
||||
}
|
||||
|
||||
virtual bool can_instance() const override;
|
||||
virtual bool can_instantiate() const override;
|
||||
|
||||
virtual Ref<Script> get_base_script() const override; //for script inheritance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user