You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Add set_value_no_signal() to Range
This commit is contained in:
@@ -72,6 +72,7 @@ protected:
|
||||
|
||||
public:
|
||||
void set_value(double p_val);
|
||||
void set_value_no_signal(double p_val);
|
||||
void set_min(double p_min);
|
||||
void set_max(double p_max);
|
||||
void set_step(double p_step);
|
||||
|
||||
Reference in New Issue
Block a user