Integer (read only)
Specifies the z coordinate of the cell being updated.
The attributes AW_CELL_X and AW_CELL_Z together uniquely identify a cell in a world. They are defined during the following events:
AW_EVENT_CELL_BEGIN
AW_EVENT_CELL_OBJECT
AW_EVENT_CELL_END
AW_EVENT_OBJECT_ADD
AW_EVENT_OBJECT_DELETE
AW_EVENT_OBJECT_CLICK
AW_EVENT_OBJECT_SELECT
Cell coordinates are in ten meter increments. The z coordinate specifies the cell's location along the north/south axis, with north being positive. The coordinates displayed in the title bar of the Active Worlds Browser (e.g. "15N 35W") are cell coordinates.
For a complete description of how to use these attributes in order to examine property in a world, see Property.
See Sample Program #2 for an example of how to use AW_CELL_X and AW_CELL_Z.