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

eventLaunchTransporter()

Triggered when a mission transporter has been instructed to launch....

 

Syntax

function eventLaunchTransporter() {
	// do stuff
}

Parameters

This event has no parameters.

Return value

Warzone does not process the return value of this event.

Notes

In a mission, when the transporter is launched it will generally fly off-world as defined in the campaign mission configuration files.

Example

function eventLaunchTransporter() {
	playSound("pcv441.ogg"); // Reinforcements in transit
}
Availability 3.1 B1 → 3.2

Requires:

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

Replaced by:

Contents

Jump to: