AW SERVER STATE

From ActiveWiki
Jump to navigation Jump to search


Minimum requirements
Added in version 3.1
SDKbuild 18
Worldbuild 28


AW_SERVER_STATE

Type

Integer (read only)

Description

Current state of a world.

Notes

This attribute can have one of the following values (as defined in Aw.h):

AW_SERVER_STOPPED
World is stopped.
AW_SERVER_STARTING
World is about to start.
AW_SERVER_START_WAIT
World is waiting for a response to its start request from the universe server.
AW_SERVER_RUNNING
World is running.

Used by