49
edits
No edit summary |
|||
| Line 7: | Line 7: | ||
== Key == | |||
== 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 some modules, there can be a default command that gets run if no actual command is specified. | |||
=== Key === | |||
* 'Global commands' and 'Global variables' - below are short-hand for commands placed in the 'global' context. | * 'Global commands' and 'Global variables' - below are short-hand for commands placed in the 'global' context. | ||
* 'Default command' - is run by default if its context is addressed by name or is the current context. Examples: | * 'Default command' - is run by default if its context is addressed by name or is the current context. Examples: | ||
| Line 23: | Line 27: | ||
* Service - here refers to messaging service. Which may be internal, local or through a network for send or receive. | * Service - here refers to messaging service. Which may be internal, local or through a network for send or receive. | ||
=== Data module === | === Data module === | ||