Versions Compared

Key

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

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

 

Syntax

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

Code Block
themeRDark
languagejavascript
linenumberstrue
function eventLaunchTransporter() {
	playSound("pcv441.ogg"); // Reinforcements in transit
}
Div
classbox smallstatus
Availability
Status
colourRed
title3.1 b1 → 3.2

Requires:

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

Replaced by:

Div
classbox
Contents

Jump to:

Table of Contents
maxLevel5