Versions Compared

Key

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

...

Code Block
themeEclipse
languagejavascript
linenumberstrue
activateStructure(structure,target);
activateStructure(structure,{x:xPos,y:yPos});

Parameters

ParameterTypeMandatoryDescription
structureStructure object(tick)The structure that will perform the special action.
target

Game object

{x:xxPos, y:yyPos}

(tick)The target location – this can be a game object, or any other object that has x,y properties.

...