Cronous Emulation Server Daemon

Server._state Field

Server state.

[Visual Basic]
Protected _state As ServerState
[C#]
protected ServerState _state;
[C++]
protected: ServerState _state;
[JScript]
protected var _state: ServerState;

See Also

Server Class | croemud.game Namespace