$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 »

Determine if the game is an online multiplayer game...

 

Notes

Use this global to determine if your script is running in an online multiplayer game, with multiple human players.

  • true – Multiplayer
  • false – Skirmish, Challenge or Campaign

You can determine whether players are human or AI using the .isAI property in their associated playerData[] Player object.

Example

if (isMultiplayer) {
	// multiple human players on the map!
}

 

 

Availability 3.2+

Requires:

  • Warzone 3.2 or above
Contents

Jump to:

 

  • No labels