1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +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

@@ -19,12 +19,6 @@
Returns true if the script can be instanced.
</description>
</method>
<method name="get_node_type" qualifiers="const">
<return type="String">
</return>
<description>
</description>
</method>
<method name="get_source_code" qualifiers="const">
<return type="String">
</return>