PluginScript: Add support for the new() method
This commit is contained in:
parent
4e1995c29b
commit
3feabd6756
3 changed files with 85 additions and 13 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue