Engine:CCMD echo

From AddOn Studio
Revision as of 05:59, 15 October 2023 by Bear (talk | contribs) (Created page with "{{dev/uiccmd}} Echos text directly to the current log and console. Does not write to any actual log file or cause other events. <kua>echo fred</kua> == Arguments == * text - text to echo == Associations == * Is by default placed in the 'global' context. * Writes to the 'current log'. == Details == == Examples == === Default values === * Echo text. <kua> > echo fred fred </kua> == Notes == *")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Console commands

Echos text directly to the current log and console. Does not write to any actual log file or cause other events.

echo fred

Arguments[edit]

  • text - text to echo

Associations[edit]

  • Is by default placed in the 'global' context.
  • Writes to the 'current log'.

Details[edit]

Examples[edit]

Default values[edit]

  • Echo text.
> echo fred
fred

Notes[edit]