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 5 Next »

Triggered when a game object leaves a group...

 

Syntax

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)
Availability BETA

Requires:

  • Warzone 3.2 or above
Contents

Jump to:

See also

Related articles:

  • Groups – JS API features relating to groups.

 

  • No labels