mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Removes Script::get_node_type()
used before GDScript, with squirrel apparently
This commit is contained in:
parent
3504bb70a4
commit
2609cc9ef4
13 changed files with 0 additions and 41 deletions
|
@ -103,8 +103,6 @@ public:
|
|||
|
||||
bool is_tool() const { return _tool; }
|
||||
|
||||
virtual String get_node_type() const;
|
||||
|
||||
virtual ScriptLanguage *get_language() const;
|
||||
|
||||
virtual bool has_script_signal(const StringName &p_signal) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue