[This is preliminary documentation and is subject to change.]
The world status as specified by the WorldlistStatus attribute.
Syntax
| C# |
|---|
public enum WorldStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration WorldStatus |
Members
| Member name | Description | |
|---|---|---|
| Unknown |
World status is unknown.
| |
| Public |
World is available for public entry.
| |
| Private |
World is not available for public entry.
| |
| Stopped |
World is currently not running.
|