You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Removes type information from method binds
This commit is contained in:
@@ -234,7 +234,7 @@ void Range::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("set_exp_ratio", "enabled"), &Range::set_exp_ratio);
|
||||
ClassDB::bind_method(D_METHOD("is_ratio_exp"), &Range::is_ratio_exp);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("share", "with:Node"), &Range::_share);
|
||||
ClassDB::bind_method(D_METHOD("share", "with"), &Range::_share);
|
||||
ClassDB::bind_method(D_METHOD("unshare"), &Range::unshare);
|
||||
|
||||
ADD_SIGNAL(MethodInfo("value_changed", PropertyInfo(Variant::REAL, "value")));
|
||||
|
||||
Reference in New Issue
Block a user