diff options
author | Naoto Kondo <cgigcp3yqt@gmail.com> | 2018-11-09 20:26:07 +0900 |
---|---|---|
committer | Naoto Kondo <cgigcp3yqt@gmail.com> | 2018-11-10 17:28:30 +0900 |
commit | 3feabd67569695763a79d685d35d6b6e472a8e0b (patch) | |
tree | a8163fe140e751e911c3cd5a28749ccc3817a94e /modules/gdnative/doc_classes | |
parent | 4e1995c29b678d99b3f3ad81f9f2d33124f0afe2 (diff) |
PluginScript: Add support for the new() method
Diffstat (limited to 'modules/gdnative/doc_classes')
-rw-r--r-- | modules/gdnative/doc_classes/PluginScript.xml | 7 |
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> |