diff options
| author | Ruslan Mustakov | 2017-10-05 18:44:00 +0700 |
|---|---|---|
| committer | Ruslan Mustakov | 2017-10-05 18:51:22 +0700 |
| commit | 61ddf52983933a5500f91e13fc1234d5027e35e5 (patch) | |
| tree | a35ec628755c200cff0aed82b5a9c0bc0f8028fe /modules/gdscript/gd_function.cpp | |
| parent | b759d1416f574e5b642413edd623b04f2a1d20ad (diff) | |
| download | godot-61ddf52983933a5500f91e13fc1234d5027e35e5.tar.gz godot-61ddf52983933a5500f91e13fc1234d5027e35e5.tar.zst godot-61ddf52983933a5500f91e13fc1234d5027e35e5.zip | |
Diffstat (limited to 'modules/gdscript/gd_function.cpp')
| -rw-r--r-- | modules/gdscript/gd_function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_function.cpp b/modules/gdscript/gd_function.cpp index 9df2823c3..ce503b62f 100644 --- a/modules/gdscript/gd_function.cpp +++ b/modules/gdscript/gd_function.cpp @@ -1578,7 +1578,7 @@ void GDFunctionState::_bind_methods() { 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")); - ADD_SIGNAL(MethodInfo("completed", PropertyInfo(Variant::NIL, "result"))); + ADD_SIGNAL(MethodInfo("completed", PropertyInfo(Variant::NIL, "result", PROPERTY_HINT_NONE, "", PROPERTY_USAGE_NIL_IS_VARIANT))); } GDFunctionState::GDFunctionState() { |
