Versions Compared

Key

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

These objects relate to players and game config ("stats")...

 

Overview

The following objects are in this category:

ObjectNotesRelated featuresAvailability
Group Object

Information about a group defined in labels.ini.

The .type of this object is GROUP.

getObject()

enumGroup()

Status
colourYellow
title3.2+
Player object

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.

playerData[]

Status
colourGreen
title3.1 b1+

Research object

Information about a technology and it's current research status.

The .type of this object is RESEARCH_DATA.

findResearch()

enumResearch()

eventResearched()

Status
colourGreen
title3.1 b1+
Template Object

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.

enumTemplates()

makeTemplate()

eventDesignCreated()

Status
colourYellow
title3.2+
Weapon Object

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.

getWeaponInfo()
Status
colourYellow
title3.2+
Div
classbox

Data Objects

Object specifications:

Child pages (Children Display)
excerpttrue