Player Scope

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

Player Scope

These constants group players in various ways.

 

Constants

The constants are generally used with chat features (chat() and eventChat()) or game object enumeration (enumRange() or enumArea()).

Constant

Chat

Enums

Notes

Game Version

ALL_PLAYERS

Send message to all players, or get list of all players units/structures

3.2

ALLIES

Send message to allies, or get list of allies units/structures

3.2

ENEMIES

Get list of enemy units/structures

3.2

Note: The functions listed also allow chatting or filtering to a specific player via their player ID.