mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 09:23:40 +00:00
Removes type information from method binds
This commit is contained in:
parent
1e74f27f8f
commit
2f290038d6
140 changed files with 603 additions and 603 deletions
|
@ -1507,7 +1507,7 @@ Variant GDFunctionState::resume(const Variant &p_arg) {
|
|||
|
||||
void GDFunctionState::_bind_methods() {
|
||||
|
||||
ClassDB::bind_method(D_METHOD("resume:Variant", "arg"), &GDFunctionState::resume, DEFVAL(Variant()));
|
||||
ClassDB::bind_method(D_METHOD("resume", "arg"), &GDFunctionState::resume, DEFVAL(Variant()));
|
||||
ClassDB::bind_method(D_METHOD("is_valid", "extended_check"), &GDFunctionState::is_valid, DEFVAL(false));
|
||||
ClassDB::bind_vararg_method(METHOD_FLAGS_DEFAULT, "_signal_callback", &GDFunctionState::_signal_callback, MethodInfo("_signal_callback"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue