Engine:Console commands: Difference between revisions

Line 13: Line 13:
* In context by default
* In context by default
* Default command is 'varedit' if in context
* Default command is 'varedit' if in context
: [[MACRO var|varedit]] - (none), / - Prints or sets variable, if is variable and not another command.
: [[MACRO var|varedit]] - (none), / - Prints or sets variable, if variable exists and name is not another command.
: [[MACRO var|var]] - var, /var - Creates a variable. If already exists, then does not change value.
: [[MACRO var|var]] - var, /var - Creates a variable. If already exists, then does not change value.
: [[MACRO var|set]] - set, /set - Set an existing var. Updates a value on an existing variable if exists.
: [[MACRO var|set]] - set, /set - Set an existing var. Updates a value on an existing variable if exists.
: [[MACRO var|alias]] - alias, /alias - New named script. Will change existing alias if already created.
: [[MACRO var|alias]] - alias, /alias - New named script. Will change existing alias if already created.
: [[MACRO var|bind]] - bind, /bind - Key to script.  Map a key to a script block.
: [[MACRO var|bind]] - bind, /bind - Key to script.  Map a key to a script block.