Engine:CCMD echo

From AddOn Studio
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]