Add methods to get argument count of methods
Added to: * `Callable`s * `Object`s * `ClassDB` * `Script(Instance)`s
This commit is contained in:
@ -56,6 +56,9 @@ void ScriptExtension::_bind_methods() {
|
||||
|
||||
GDVIRTUAL_BIND(_has_method, "method");
|
||||
GDVIRTUAL_BIND(_has_static_method, "method");
|
||||
|
||||
GDVIRTUAL_BIND(_get_script_method_argument_count, "method");
|
||||
|
||||
GDVIRTUAL_BIND(_get_method_info, "method");
|
||||
|
||||
GDVIRTUAL_BIND(_is_tool);
|
||||
|
||||
Reference in New Issue
Block a user