49
edits
No edit summary |
|||
| Line 7: | Line 7: | ||
== Reference == | == Reference == | ||
In Engine, commands are divided into sets defined by [[module]]s. Some commands are always available by default. Others are only available by setting console context to that module first. | In Engine, commands are divided into sets defined by [[module]]s. Some commands are always available by default. Others are only available by setting console context to that module first. In some modules, there can be a default command that gets run if no actual command is specified. | ||
=== Data === | === Data === | ||
Commands offered by the core 'data' module | Commands offered by the core 'data' module. Data module | ||
* Default command is 'varedit', context is in module. | |||
* [[MACRO var|var]] - /var - Creates a variable. If already exists, then does not change value. | |||