$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

 

Syntax

function eventTransporterLaunch() {
	// do stuff
}

Parameters

This event has no parameters.

Return value

Warzone does not process the return value of this event.

Example

function eventTransporterLaunch() {
	playSound("pcv441.ogg"); // Reinforcements in transit
}
Availability 3.2+

Requires:

  • Warzone 3.2 or above

Earlier versions:

Contents

Jump to:

 

  • No labels