summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/doc_classes/PluginScript.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-12-18 09:29:04 +0100
committerGitHub <noreply@github.com>2018-12-18 09:29:04 +0100
commit830232f1307a302e53e59874dbba958c3100bac1 (patch)
tree15cd9c151c9b1f759202eb4a7257a945d29484a5 /modules/gdnative/doc_classes/PluginScript.xml
parent1621270f26a8f38ccfe76b86fa10c544f8088df0 (diff)
parent3feabd67569695763a79d685d35d6b6e472a8e0b (diff)
downloadredot-engine-830232f1307a302e53e59874dbba958c3100bac1.tar.gz
Merge pull request #23615 from buresu/pluginscript-new
PluginScript: Add support for the new() method
Diffstat (limited to 'modules/gdnative/doc_classes/PluginScript.xml')
-rw-r--r--modules/gdnative/doc_classes/PluginScript.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/gdnative/doc_classes/PluginScript.xml b/modules/gdnative/doc_classes/PluginScript.xml
index 27c6adae3f..1876d06c20 100644
--- a/modules/gdnative/doc_classes/PluginScript.xml
+++ b/modules/gdnative/doc_classes/PluginScript.xml
@@ -9,6 +9,13 @@
<demos>
</demos>
<methods>
+ <method name="new" qualifiers="vararg">
+ <return type="Object">
+ </return>
+ <description>
+ Returns a new instance of the script.
+ </description>
+ </method>
</methods>
<constants>
</constants>