(info) Other great resources: Official JS API docs, Scripting Forum

removeStruct()

Immediately remove a structure object from the map...

 

Syntax

if (typeof removeObject == "function") { // use new method
	removeObject(structureObj);
} else { // use old method
	removeStructure(structureObj);
}

Parameters

ParameterTypeMandatoryNotesGame Version
structureObjStructure object(tick)The structure to remove.3.1

Return value

(question)

Example

None at present.

Availability 3.1 → 3.2.0

Requires:

  • Warzone 3.1
  • Deprecated in Warzone 3.2

Later versions:

Contents

Jump to:

See also

Related articles: