Category:Script commands changing variables

From Arx Libertatis Wiki
Jump to navigation Jump to search

These script commands change local or global script variables.

ComandContextDescription
++ <variable>Any EntityIncrement a number or int script variable.
-- <variable>Any EntityDecrement a number or int script variable.
dec <variable> <value*>Any EntitySubtract a value from a number or int script variable.
div <variable> <value*>Any EntityDivide a number or int script variable by a value.
inc <variable> <value*>Any EntityAdd a value to a number or int script variable.
mul <variable> <value*>Any EntityMultiply a number or int script variable with a value.
set <variable> <value*>Any EntitySet a script variable.
unset <variable>Any EntityRemove a script variable.

Pages in category "Script commands changing variables"

The following 8 pages are in this category, out of 8 total.