Skip to content

normal_bar_values

Kamran Wali edited this page Dec 2, 2024 · 5 revisions

Inherits: normal_bar

Description

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.

Tutorials

Properties

Type Name Default Value
COP_FixedFloatVar _max
COP_FixedBoolVar _is_set_cur_value

Property Descriptions

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.


Clone this wiki locally