Versions Compared

Key

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

Triggered when a game object leaves a group...

 

Syntax

Code Block
themeRDark
languagejavascript
linenumberstrue
eventGroupLoss(gameObject, groupID, groupSize)

Parameters

ParameterTypeNotesGame Version
gameObjectGame object

The object that left the group.

Note that in WZ 3.2+, any type of game object can be added to a group.

(question)
groupIDNumberThe ID of the group(question)
groupSizeNumberThe size of the group after the object was removed from the group.(question)
Div
classbox
Availability
Status
colourYellow
titleBeta

Requires:

  • Warzone 3.2 or above
Div
classbox
Contents

Jump to:

Table of Contents
maxLevel5

Div
classbox

See also

Related articles:

  • Groups – JS API features relating to groups.