diff options
author | Jerome67000 <jerome.gully0@gmail.com> | 2017-10-25 16:35:16 +0200 |
---|---|---|
committer | Jerome67000 <jerome.gully0@gmail.com> | 2017-10-25 20:11:30 +0200 |
commit | 2609cc9ef428a9d7d054a06a9290c4d4963e726f (patch) | |
tree | c6909eb805dc82b93234fbfaf7d3d179c108d129 /doc/classes | |
parent | 3504bb70a48dd7c1d0d587900c96bbd7af91754b (diff) |
Removes Script::get_node_type()
used before GDScript, with squirrel apparently
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Script.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/classes/Script.xml b/doc/classes/Script.xml index 307afba8a7..c13e009976 100644 --- a/doc/classes/Script.xml +++ b/doc/classes/Script.xml @@ -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> |