-
Notifications
You must be signed in to change notification settings - Fork 1
timer_countdown_time
Kamran Wali edited this page Dec 2, 2024
·
4 revisions
Inherits: timer_countdown
timer_countdown_time is the script that counts down from a given second to 0. The time second can be pre-defined before the scene/application starts.
Type | Name | Default Value |
---|---|---|
COP_FixedFloatVar | _time_seconds |
Return Type | Name |
---|---|
void | _ready() |
COP_FixedFloatVar _time_seconds
The time to set for this timer. The time given is in seconds. _time_seconds time will be used to set the timer by calling the method set_time.
This method sets the timer at application start. It calls the set_time method by sending the _time_seconds value.
- Tutorial Bar
- Tutorial Debug
- Tutorial Instantiate Object
- Tutorial Pool
- Tutorial Timer
- Tutorial Update Manager
- Tutorial Variable Creator
- Bars
- Debugs
- Maths
- Pools
- Resources
- Fixed Vars
- Managers
- Observers
- Vars
- Script Templates
- Timers
- Updates