You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Add a warning for Timer nodes with very low wait times
Very low wait times behave in unpredictable ways depending on the rendered frame rate. This is because the timeout signal is only emitted once per rendered frame (or physics frame, depending on the timer's process mode).
This commit is contained in:
@@ -73,6 +73,8 @@ public:
|
||||
|
||||
double get_time_left() const;
|
||||
|
||||
TypedArray<String> get_configuration_warnings() const override;
|
||||
|
||||
void set_timer_process_callback(TimerProcessCallback p_callback);
|
||||
TimerProcessCallback get_timer_process_callback() const;
|
||||
Timer();
|
||||
|
||||
Reference in New Issue
Block a user