Engine:CCMD var: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{\|macroapi}}
{{dev/uiccmd}}
Creates a new variable int eh current context, if doesn't exist.  
Creates a new variable int eh current context, if doesn't exist.  
  var bob fred
  var bob fred

Revision as of 23:09, 13 October 2023

Console commands

Creates a new variable int eh current context, if doesn't exist.

var bob fred

Arguments

  • name - name for new variable
  • value - the value to set

Notes