Engine:CCMD echo

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)
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

  • text - text to echo

Associations

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

Details

Examples

Default values

  • Echo text.
> echo fred
fred

Notes