Cronous Emulation Server Daemon

CharacterFinalStatus.hp_max Property

Max HP.

[Visual Basic]
Public Property hp_max As UInt16
[C#]
public ushort hp_max { get; set; }
[C++]
public: __property unsigned short get_hp_max();
public: __property void set_hp_max(unsigned short );
[JScript]
public function get hp_max() : UInt16
public function set hp_max(UInt16);

See Also

CharacterFinalStatus Class | croemud.serverpacket Namespace