You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Removes Script::get_node_type()
used before GDScript, with squirrel apparently
This commit is contained in:
@@ -138,7 +138,6 @@ public:
|
||||
|
||||
virtual bool is_tool() const { return tool; }
|
||||
virtual Ref<Script> get_base_script() const;
|
||||
virtual String get_node_type() const;
|
||||
virtual ScriptLanguage *get_language() const;
|
||||
|
||||
/* TODO */ virtual void get_script_method_list(List<MethodInfo> *p_list) const {}
|
||||
|
||||
Reference in New Issue
Block a user