Versions Compared

Key

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

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()).

ConstantChatEnumsNotesGame Version
ALL_PLAYERS(tick)(tick)Send message to all players, or get list of all players units/structures3.2
ALLIES(tick)(tick)Send message to allies, or get list of allies units/structures3.2
ENEMIES(error)(tick)Get list of enemy units/structures3.2

Note: You can also send a chat message to an individual player by using their player ID - for more information, see chat() function The functions listed also allow chatting or filtering to a specific player via their player ID.

Div
classbox

Availability:

Requires:

  • Warzone 3.2 or above
Div
classbox

See also

Chat-related features:

Enumeration-related features:

  • enumArea() – get list of droids/structures in a given area
  • enumRange() – get list of doids/structures within a given range of a map position