Add extension support for argument count to ScriptInstance

This commit is contained in:
A Thousand Ships
2024-01-30 12:00:36 +01:00
parent da945ce626
commit 0c19d0f5a0
4 changed files with 15 additions and 1 deletions

View File

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