AW_EVENT_ADMIN_WORLD_INFO

DESCRIPTION

Provides updated information about a single world configuration.

NOTES

This event is new in Active Worlds 3.1 and requires at least SDK build 18 and world server build 28. 

This event only occurs for administration mode instances.

This event is triggered for each world in a server in response to aw_server_world_list, or any time the state of a world changes in any way.  The following attributes are provided:

AW_SERVER_CARETAKERS
AW_SERVER_ENABLED
AW_SERVER_EXPIRATION
AW_SERVER_MAX_USERS
AW_SERVER_NAME
AW_SERVER_OBJECTS
AW_SERVER_PASSWORD
AW_SERVER_REGISTRY
AW_SERVER_SIZE
AW_SERVER_START_RC
AW_SERVER_STATE
AW_SERVER_TERRAIN_NODES
AW_SERVER_USERS

AW_EVENT_ADMIN_WORLD_INFO is the central event for administration mode applications.  It is automatically triggered whenever a world's state changes (for example, when a user enters or leaves, or an object is built) for every administration mode instance, once per world, up to once per second.  By capturing this event, an application can keep up to date on the current state of all worlds in the world server.

EXAMPLE

See aw_server_world_list for an example of how to use AW_EVENT_ADMIN_WORLD_INFO.

SEE ALSO

aw_server_admin
aw_server_world_add
aw_server_world_change
aw_server_world_delete
aw_server_world_list
aw_server_world_set
aw_server_world_start
aw_server_world_stop