From 3feabd67569695763a79d685d35d6b6e472a8e0b Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Fri, 9 Nov 2018 20:26:07 +0900 Subject: PluginScript: Add support for the new() method --- modules/gdnative/doc_classes/PluginScript.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/gdnative/doc_classes/PluginScript.xml') 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 @@ + + + + + Returns a new instance of the script. + + -- cgit v1.2.3