1
0
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:
Jerome67000
2017-10-25 16:35:16 +02:00
parent 3504bb70a4
commit 2609cc9ef4
13 changed files with 0 additions and 41 deletions

View File

@@ -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 {}