AW SERVER STATE
Jump to navigation
Jump to search
Minimum requirements | ||
---|---|---|
Added in version 3.1 | ||
SDK | build 18 | |
World | build 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.