Merge pull request #89050 from AThousandShips/the_angry_count_extended

Add extension support for argument count to `ScriptInstance`
This commit is contained in:
Rémi Verschelde
2024-03-14 22:34:29 +01:00
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">