AW_EVENT_TERRAIN_END |
|
Description
This event is new in build 24 of the SDK and requires a version 3.3 or later world server. AW_EVENT_TERRAIN_END indicates the end of a terrain update. It is triggered in response to a call to aw_terrain_query. During this event the following attributes are valid:
AW_TERRAIN_SEQUENCE AW_TERRAIN_COMPLETE indicates whether this terrain update has brought the application entirely up to date for the current terrain page. If AW_TERRAIN_COMPLETE is TRUE, then AW_TERRAIN_SEQUENCE contains the final sequence number for this page. If FALSE, then AW_TERRAIN_SEQUENCE contains the sequence number that should be passed in again to the next call to aw_terrain_query to continue the terrain update process. See terrain for more information. |