Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Availability

Warzone 3.1 Beta 2 and above.

Syntax

Code Block
themeEclipse
languagejavascript
linenumberstrue
var returnValue = activateStructure(structure,target,ability);
 
// or this might sometimes work...
var returnValue = activateStructure(structure,{x:xPos,y:yPos},ability);

...