PluginScript: Add support for the new() method

This commit is contained in:
Naoto Kondo
2018-11-09 20:26:07 +09:00
parent 4e1995c29b
commit 3feabd6756
3 changed files with 85 additions and 13 deletions

View File

@@ -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>