Other great resources: Official JS API docs, Scripting Forum

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Defines a position on the map via its x,y co-ordinates.

 

Properties

PropertyTypeDescriptionGame version
typeConstantPOSITION3.1
xNumberThe x co-ordinate of the position3.1
yNumberThe y co-ordinate of the position3.1

Availability

Available since:

  • Warzone 3.1 early alphas
  • The .type property was more widely introduced in Warzone 3.1 Beta 11 and later versions.

Where to get them?

The following functions return objects of this type:

The following global arrays contain position objects:

See also:

You might also like:

  • Area object (AREA) – defines an area on the map
  • Map – quick reference to other map-related API features

 

  • No labels