Versions Compared

Key

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

Immediately remove a structure object from the map...

 

Syntax

Code Block
themeRDark
languagejavascript
linenumberstrue
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.

div
Div
classbox ping notice

Deprecated – use removeObject() in Warzone 3.2+

classbox
Availability
Status
colourRed
titleObsolete

Requires:

  • Warzone 3.1
  • Deprecated in Warzone 3.2

Later versions:

Div
classbox
Contents

Jump to:

Table of Contents
maxLevel5

Div
classbox

See also

Related articles: