Add extension support for argument count to ScriptInstance
This commit is contained in:
parent
da945ce626
commit
0c19d0f5a0
4 changed files with 15 additions and 1 deletions
|
|
@ -84,6 +84,7 @@
|
|||
<return type="Variant" />
|
||||
<param index="0" name="method" type="StringName" />
|
||||
<description>
|
||||
Return the expected argument count for the given [param method], or [code]null[/code] if it can't be determined (which will then fall back to the default behavior).
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_script_method_list" qualifiers="virtual const">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue