Cronous Emulation Server Daemon

Character._status_flag Field

Status flags.

[Visual Basic]
Protected _status_flag As UInt32()
[C#]
protected uint[] _status_flag;
[C++]
protected: unsigned int _status_flag __gc[];
[JScript]
protected var _status_flag: UInt32[];

See Also

Character Class | croemud.character Namespace