diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-08-29 15:33:52 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-08-29 15:33:52 +0200 |
commit | 65d61d0360b8c7649dad3b1706ad3a60c639c2d7 (patch) | |
tree | cbb2766615f7829305a8c67c4dbdd89aeb268a2d /modules/gdnative/doc_classes/PluginScript.xml | |
parent | 46471a8d697527127eb2d76b570539dc0eb2f044 (diff) |
doc: Sync classref with current source
Diffstat (limited to 'modules/gdnative/doc_classes/PluginScript.xml')
-rw-r--r-- | modules/gdnative/doc_classes/PluginScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/doc_classes/PluginScript.xml b/modules/gdnative/doc_classes/PluginScript.xml index b07122bbdf..33b5f02bd4 100644 --- a/modules/gdnative/doc_classes/PluginScript.xml +++ b/modules/gdnative/doc_classes/PluginScript.xml @@ -8,7 +8,7 @@ </tutorials> <methods> <method name="new" qualifiers="vararg"> - <return type="Object"> + <return type="Variant"> </return> <description> Returns a new instance of the script. |