diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-10-26 08:49:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 08:49:38 +0200 |
commit | d135008acfc0772f81fce0877379ab1d37f9ed47 (patch) | |
tree | 8af9021c5de6de4190335f0e2d1c46a962a6b545 /doc | |
parent | 8175a53cea1bd8986fb28873e261227a92c727dd (diff) | |
parent | 2609cc9ef428a9d7d054a06a9290c4d4963e726f (diff) |
Merge pull request #12405 from Jerome67000/clean_getnodetype
Removes Script::get_node_type()
[ci skip]
Diffstat (limited to 'doc')
-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> |