$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

« Previous Version 3 Current »

This event triggers when the mission timer runs out...

 

Syntax

function eventMissionTimeout() {
	// do stuff
}

Parameters

No parameters.

Return values

The JS API does not process the return value of this event handler.

Examples

Cause game over when the timer runs out...
function evnetMissionTimeout() {
	gameOverMessage(false); // user loses game
} 
Availability 3.1 B1+

Requires:

  • Warzone 3.1 Beta 1 or above
Contents

Jump to:

See also

Related articles:

 

  • No labels