Engine:Console commands: Difference between revisions

Line 26: Line 26:
* Script - May refer to the base Engine script language, which can contain elements here. Or to strings of commands for an alias, or integrated higher-level scripting like blended in-line engine script with lua, JS, or C#.
* Script - May refer to the base Engine script language, which can contain elements here. Or to strings of commands for an alias, or integrated higher-level scripting like blended in-line engine script with lua, JS, or C#.
* Context - A script or command context. Each context may have its own commands and variables and rules.
* Context - A script or command context. Each context may have its own commands and variables and rules.
* Module - A static independent module built into the engine.
* Module - A static and independent module built into the engine.


=== Data module ===
=== Data module ===