AW EVENT TERRAIN BEGIN

From ActiveWiki
Jump to navigation Jump to search


Minimum requirements
Added in version 3.3
SDKbuild 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

AW_TERRAIN_PAGE_X
AW_TERRAIN_PAGE_Z

Examples

See aw_terrain_query for an example.

Triggered by

See also