Cronous Emulation Server Daemon

CharacterStatus.status_dex Property

Status dex.

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

See Also

CharacterStatus Class | croemud.serverpacket Namespace