2,113
edits
Line 12: | Line 12: | ||
== Details == | == Details == | ||
Can be used to set or report a value for an existing variable. Will fail if variable does not already exist. | Can be used to set or report a value for an existing variable. Will fail if variable does not already exist. | ||
Line 19: | Line 18: | ||
* var - creates and sets only if not exist | * var - creates and sets only if not exist | ||
* set - creates and sets any time | * set - creates and sets any time | ||
While 'varedit' is intended make console variable checking and editing easy, in combination with the other variable commands, can allow scripts and other types of macros to avoid lots of situations where complex logic would otherwise be required. | |||
For example, this default command 'varedit' would allow writing a script that was intended to only set certain variables if another service or module had already created them. | |||
== Examples == | == Examples == |