Cronous Emulation Server Daemon

Character.hp Property

HP.

[Visual Basic]
Public Property hp As Integer
[C#]
public int hp { get; set; }
[C++]
public: __property int get_hp();
public: __property void set_hp(int );
[JScript]
public function get hp() : int
public function set hp(int);

See Also

Character Class | croemud.character Namespace