Cronous Emulation Server Daemon

Character._hp Field

HP.

[Visual Basic]
Protected _hp As Integer
[C#]
protected int _hp;
[C++]
protected: int _hp;
[JScript]
protected var _hp: int;

See Also

Character Class | croemud.character Namespace