Engine:CCMD set: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 October 2023

  • curprev 00:3400:34, 14 October 2023Bear talk contribs 759 bytes +759 Created page with "{{dev/uiccmd}} Creates and sets a variable in the current context. <kua>set bob fred</kua> == Arguments == * name - name for variable to set * value (optional) - the value to set. If no value, then prints value if exists. == Details == Can be used to set values for variables. Will create a new variable is not exists. == Examples == === Default values === * 'set' called with 'bob' without a value. Variable 'bob' doesn't exist. <kua> > set bob Unknown: bob </kua> * Crea..."