AW EVENT ADMIN WORLD INFO

From ActiveWiki
Jump to navigation Jump to search


Minimum requirements
Added in version 3.1
SDKbuild 18
Worldbuild 28


AW_EVENT_ADMIN_WORLD_INFO

Description

Information about a world.

Notes

This 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.

It is also triggered for each world in a server in response to aw_server_world_list.

Attributes

AW_SERVER_ID
AW_SERVER_INSTANCE
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

Examples

See aw_server_world_list for an example.

Triggered by

See also