Cronous Emulation Server Daemon

CharacterStatus.status_int Property

Status 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

CharacterStatus Class | croemud.serverpacket Namespace