Initial health.
[Visual Basic] Public Property health As UInt16 [C#] public ushort health { get; set; } [C++] public: __property unsigned short get_health(); public: __property void set_health(unsigned short ); [JScript] public function get health() : UInt16 public function set health(UInt16);
CharacterProfile Class | croemud.serverpacket Namespace