Cronous Emulation Server Daemon

Character._dead Field

Death status.

[Visual Basic]
Protected _dead As Boolean
[C#]
protected bool _dead;
[C++]
protected: bool _dead;
[JScript]
protected var _dead: bool;

See Also

Character Class | croemud.character Namespace