AW TERRAIN X

From ActiveWiki
Jump to navigation Jump to search


Minimum requirements
Added in version 3.3
SDKbuild 24
Browserbuild 410


AW_TERRAIN_X

Type

Integer (read only)

Description

X coordinate (east/west) of the cells that were set (using aw_terrain_set), in dekameters.

Notes

This attribute specifies the X coordinate of the first cell in a row of terrain data during the callback AW_CALLBACK_TERRAIN_SET_RESULT, which is triggered in response to an asynchronous call to aw_terrain_set. This attribute can be used along with AW_TERRAIN_Z to match up calls to aw_terrain_set with their callbacks.

Used by

See also