Engine:Console commands: Difference between revisions

Line 35: Line 35:


Global commands:
Global commands:
: [[CCMD varedit|varedit]] - (none), / - Prints or sets variable, if variable exists and name is not another command.
: [[CCMD varedit|varedit]] - (none), / - Prints or sets an existing variable. If variable not exist then fails.
: [[CCMD var|var]] - var, /var - Creates a variable. If already exists, then does not change value.
: [[CCMD var|var]] - var, /var - Creates a variable. If already exists, then does not change value.
: [[CCMD set|set]] - set, /set - Creates or sets variable. Works if already exists or not.
: [[CCMD set|set]] - set, /set - Creates or sets variable. Works if already exists or not.