-
Notifications
You must be signed in to change notification settings - Fork 1
normal_bar_values
Kamran Wali edited this page Dec 2, 2024
·
5 revisions
Inherits: normal_bar
normal_bar_values is similar to normal_bar in functionalities. The only difference is that you must provide the max and current value in the script itself. It will set the max and current values in the _ready() method.
Type | Name | Default Value |
---|---|---|
COP_FixedFloatVar | _max | |
COP_FixedBoolVar | _is_set_cur_value |
COP_FixedFloatVar _max
The maximum value for the bar. This value will be set in the _ready() method.
COP_FixedBoolVar _is_set_cur_value
Flag to check if to set the current value to max in the _ready() method or NOT. True means to set the current value to max. False means to NOT set the current value to max.
- 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