diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-18 13:59:24 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-18 14:02:02 +0100 |
commit | 213a85521dcac9c01e1e4746733e606b610c0db4 (patch) | |
tree | 07da9583c7c551cf23e433c3f665adf5a35b0ca6 /modules/mono/doc_classes/CSharpScript.xml | |
parent | b4d1882dc37bdf769994d41712d26a9a7e7145ef (diff) | |
download | redot-engine-213a85521dcac9c01e1e4746733e606b610c0db4.tar.gz |
doc: Sync classref with current source
Handle removal of Pool*Array types and other recent changes.
Diffstat (limited to 'modules/mono/doc_classes/CSharpScript.xml')
-rw-r--r-- | modules/mono/doc_classes/CSharpScript.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml index de2e246ea9..1eb3404f9e 100644 --- a/modules/mono/doc_classes/CSharpScript.xml +++ b/modules/mono/doc_classes/CSharpScript.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="CSharpScript" inherits="Script" category="Core" version="3.2"> +<class name="CSharpScript" inherits="Script" version="4.0"> <brief_description> </brief_description> <description> @@ -8,7 +8,7 @@ </tutorials> <methods> <method name="new" qualifiers="vararg"> - <return type="Object"> + <return type="Variant"> </return> <description> </description> |