Other great resources: Official JS API docs, Scripting Forum
Data objects
These objects relate to players and game config ("stats")...
Overview
The following objects are in this category:
Object | Notes | Related features | Availability |
|---|---|---|---|
Information about a group defined in labels.ini. | 3.2+ | ||
Information about a specific player in the game, with the exception of scavenger faction (scavengers don't have a player object). Lots of extra properties were added in Warzone 3.2. The .type of this object is PLAYER_DATA. | 3.1 b1+ | ||
Information about a technology and it's current research status. The .type of this object is RESEARCH_DATA. | 3.1 b1+ | ||
Information about a droid template, but in a somewhat odd form which I have a hunch may change considerably in future. There is currently no .type property on these objects. | 3.2+ | ||
Static information about a weapon turret such as it's damage and rate of fire. You can find out what weapons a droid or structure has, and variable information such as when they last fired and reload state, from the .weapons[] property of Droid objects and Structure objects. There is currently no .type property on these objects. | 3.2+ |