Cronous Emulation Server Daemon

CharacterFinalStatus.status_int Property

INT.

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

See Also

CharacterFinalStatus Class | croemud.serverpacket Namespace