diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-12-18 09:29:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-18 09:29:04 +0100 |
| commit | 830232f1307a302e53e59874dbba958c3100bac1 (patch) | |
| tree | 15cd9c151c9b1f759202eb4a7257a945d29484a5 /modules/gdnative/doc_classes/PluginScript.xml | |
| parent | 1621270f26a8f38ccfe76b86fa10c544f8088df0 (diff) | |
| parent | 3feabd67569695763a79d685d35d6b6e472a8e0b (diff) | |
| download | redot-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.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> |
