Engine:Console commands: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "{{macroapi}} This is a reference for Engine console commands available for use a chat window or other console, and as macro commands in a macro. This list describes all of the 'slash' commands from Engine itself. See useful macros and user defined macros for other commands and macros. For full Macro API help, see Macro API.")
 
No edit summary
Line 1: Line 1:
{{macroapi}}
<!--{{macroapi}}-->
This is a reference for Engine [[console commands]] available for use a [[chat window]] or other console, and as [[macro commands]] in a [[macro]].
This is a reference for Engine [[console commands]] available for use a [[chat window]] or other console, and as [[macro commands]] in a [[macro]].


This list describes all of the 'slash' commands from Engine itself. See [[useful macros]] and [[user defined macros]] for other commands and macros. For full Macro API help, see [[Macro API]].
This list describes all of the 'slash' commands from Engine itself, and not from any additional modules or [[AddOn]]s.
 
By default in the core or empty UI, the console can be entered during runtime by pressing the 'back tick' (`) and exited by pressing escape (Esc). If in a chat type box, commands can be run by starting with a forward slash before the command line, to separate them from actual chat.
 
== 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.
 
=== Data ===
Commands offered by the core 'data' module
: [[MACRO var|var]] - /var - Sets the captain of an arena team you are in.

Revision as of 20:11, 12 October 2023

This is a reference for Engine console commands available for use a chat window or other console, and as macro commands in a macro.

This list describes all of the 'slash' commands from Engine itself, and not from any additional modules or AddOns.

By default in the core or empty UI, the console can be entered during runtime by pressing the 'back tick' (`) and exited by pressing escape (Esc). If in a chat type box, commands can be run by starting with a forward slash before the command line, to separate them from actual chat.

Reference

In Engine, commands are divided into sets defined by modules. Some commands are always available by default. Others are only available by setting console context to that module first.

Data

Commands offered by the core 'data' module

var - /var - Sets the captain of an arena team you are in.