Group Object

(info) Other great resources: Official JS API docs, Scripting Forum

Group Object

A group of Game objects...

 

Properties

Property

Type

Notes

Availability

Property

Type

Notes

Availability

id

Number

The group ID.

You can retrieve the objects in the group using enumGroup().

3.2+

type

Constant

GROUP

3.2+

Notes

Group objects are currently only defined in labels.ini and are only accessible via the getObject() function.

Example

var attackers = enumGroup( getObject("AttackGroup").id );