AW TERRAIN Z

From ActiveWiki
Revision as of 05:06, 25 October 2008 by Macavity (talk | contribs) (Added in, cleanup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Minimum requirements
Added in version 3.3
SDKbuild 24
Browserbuild 410


AW_TERRAIN_Z

Type

Integer (read only)

Description

Z coordinate (north/south) of the cells that were set (using aw_terrain_set), in dekameters.

Notes

This attribute specifies the Z 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_X to match up calls to aw_terrain_set with their callbacks.

Used by

See also