Navigation menu

Engine:Console commands: Difference between revisions

Jump to navigation Jump to search
Line 37: Line 37:
: [[CCMD varedit|varedit]] - (none), / - Prints or sets variable, if variable exists and name is not another command.
: [[CCMD varedit|varedit]] - (none), / - Prints or sets variable, if variable exists and name is not another command.
: [[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 - Set an existing var. Updates a value on an existing variable if exists.
: [[CCMD set|set]] - set, /set - Creates or sets variable. Works if already exists or not.
: [[CCMD alias|alias]] - alias, /alias - New named script. Will change existing alias if already created.
: [[CCMD alias|alias]] - alias, /alias - New named script. Will change existing alias if already created.
: [[CCMD bind|bind]] - bind, /bind - Key to script.  Map a key to a script block.
: [[CCMD bind|bind]] - bind, /bind - Key to script.  Map a key to a script block.