int aw_terrain_load_node (void) |
|
Uploads a node of terrain data to a world. Callback AW_CALLBACK_TERRAIN_LOAD_NODE_RESULT Notes This method is new in SDK build 24 and requires a version 3.3 or later world server. aw_terrain_load_node uploads a node of terrain data. Its primary purpose is for uploading bulk terrain data dumps from the world server administration tool. SDK applications that wish to upload or modify terrain should use the aw_terrain_set method instead. The node data to upload is determined by the values of the following attributes:
AW_TERRAIN_PAGE_X See Also
aw_terrain_query |