AW_CELL_SEQUENCE

TYPE

Integer (read only)

DESCRIPTION

Specifies the sequence number of the cell being updated.

NOTES

AW_CELL_SEQUENCE is 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.

A cell's sequence number indicates when a cell was last changed.  SDK applications and world servers use cell cell sequence numbers in order to stay synchronized with each other about the current state of property in the world.  An SDK application typically uses AW_CELL_SEQUENCE to update the sequence array before another call to aw_query.

For a complete description of examining and manipulating property, see Property.

EXAMPLE

See Sample Program #2 for an example of how to use AW_CELL_SEQUENCE.