Other great resources: Official JS API docs, Scripting Forum

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

« Previous Version 4 Current »

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:

 

  • No labels