env_global #
See also: Global variables
New parameters #
- New
Trigger Mode
options:Modify/Set value
andSet State: Obey Use-type
. Initial Value
is used to set the initial numeric value of the global variable.
New spawnflags #
Act as Master
. See master entities
Reaction to use-type #
- Depending on the
Trigger Mode
it might ignore the input use-type and change the associated global variable state according to the selected trigger mode. SelectingSet State: Obey Use-type
makes it obey the use-type. - If
Trigger Mode
isModify/Set value
it reacts as follows: - If use-type is
Set
(e.g. fired bygame_counter_set
orcalc_eval_number
) it assigns the input value to the numeric value of the associated global variable.
- If use-type is
- If use-type is
Toggle
orOn
it increments the numeric value of the associated global variable by 1.
- If use-type is
- If use-type is
Off
it decrements the numeric value of the associated global variable by 1.
- If use-type is
- In all cases if the global variable doesn’t exist yet, it gets created first with the numeric value from
Initial Value
.
- In all cases if the global variable doesn’t exist yet, it gets created first with the numeric value from
Master capability #
If Act as Master
spawnflag is enabled the entity can be used as a master. If the global state is On
, then the internal state is reported as On (unlocked). Otherwise it’s Off (locked).
Calc Ratio #
When used as [LR]
parameter it reports the numeric value of the global variable. See Locus system and Math.