Cronous Emulation Server Daemon

CharacterFinalStatus.mp_max Property

Max MP.

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

See Also

CharacterFinalStatus Class | croemud.serverpacket Namespace