AW EVENT TERRAIN BEGIN
Jump to navigation
Jump to search
Minimum requirements | ||
---|---|---|
Added in version 3.3 | ||
SDK | build 24 |
AW_EVENT_TERRAIN_BEGIN
Description
Start of a terrain update.
Notes
The attributes AW_TERRAIN_PAGE_X and AW_TERRAIN_PAGE_Z indicate the terrain page that is about to be updated. This event will be followed by one or more AW_EVENT_TERRAIN_DATA events. The end of the update will be indicated by a single AW_EVENT_TERRAIN_END event.
See SDK Terrain for more information.
Attributes
Examples
See aw_terrain_query for an example.