Versions Compared

Key

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

...

Each time the building is ready to perform its ability, this event will be fired once.

Syntax

Code Block
themeEclipse
languagejavascript
linenumberstrue
function eventStructureReady(structure) {
  // do stuff
}

Parameters

NameTypeDescription
structureStructure objectThe building that is ready to perform its special ability.

...