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

eventReinforcementsArrived()

Triggered when a mission transporter has arrived on the map with reinforcements....

 

Syntax

function eventReinforcementsArrived() {
	// do stuff
}

Parameters

This event does not have any parameters.

Return value

Warzone does not process the return value of this event.

Notes

The transport will enter the map at a location defined in the campaign mission data files. Upon reaching the LZ, this event will be triggered.

Example

function eventReinforcementsArrived() {
	playSound("pcv442.ogg"); // Reinforcements landing
}
Availability 3.1 B1 → 3.2

Requires:

  • Warzone 3.1 Beta 1 or above
  • Deprecated on Warzone 3.2

Replaced by:

Contents

Jump to: