Timer
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
Methods
is_stopped ( ) const |
|
void |
|
void |
stop ( ) |
Signals
timeout ( )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum TimerProcessCallback:
TimerProcessCallback TIMER_PROCESS_PHYSICS = 0
There is currently no description for this enum. Please help us by contributing one!
TimerProcessCallback TIMER_PROCESS_IDLE = 1
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
bool autostart = false
There is currently no description for this property. Please help us by contributing one!
bool one_shot = false
There is currently no description for this property. Please help us by contributing one!
bool paused
There is currently no description for this property. Please help us by contributing one!
TimerProcessCallback process_callback = 1
void set_timer_process_callback ( TimerProcessCallback value )
TimerProcessCallback get_timer_process_callback ( )
There is currently no description for this property. Please help us by contributing one!
float time_left
float get_time_left ( )
There is currently no description for this property. Please help us by contributing one!
float wait_time = 1.0
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
bool is_stopped ( ) const
There is currently no description for this method. Please help us by contributing one!
void start ( float time_sec=-1 )
There is currently no description for this method. Please help us by contributing one!
void stop ( )
There is currently no description for this method. Please help us by contributing one!