Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Overview

Excerpt

Instruct a construction droid to repair a damaged structure.

...

Structure object.

Availability

Warzone 3.1 Beta 1 and above.

...

Code Block
themeEclipse
languagejavascript
linenumberstrue
orderDroidObj(myDroidmyConstructionDroid,DORDER_REPAIR,structureObjectdamagedStructureObject);

Notes

The droid's current order can be determined from it's .order property. For more infomration see Droid object.

...