Variable Editor

From WarCraft3

< wc3
Jump to: navigation, search
The Variable Editor is used to create global variables that are usable in both GUI and Jass.

The variable editor is a little tool capable of creating variables. To access it, go to the Trigger Editor and click the golden 'X'. You can then click the Green 'X' to create a new variable, the yellow one to edit a variable, and the red one to remove a variable.


Incomplete list of possible variable types and their uses:

  • Ability: Designates a spell.
  • Attack Type: Designates a type of damage such as Spells, Normal, Pierce, Siege, Magic, Chaos, or Hero.
  • Boolean: Either stores a True/False condition or a specific condition that can be answered with a True/False.
  • Buff: Designates a buff.
  • Camera Object: Designates a camera for use.
Personal tools