Engine:CCMD print

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

Prints text to the current log and console. Also writes to any actual log file and may cause other events.

print fred

Arguments[edit]

  • text - text to print

Associations[edit]

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

Details[edit]

Examples[edit]

Default values[edit]

  • Print text.
> print fred
fred

Notes[edit]