Cronous Emulation Server Daemon

SelectCharacter.index Property

Version number.

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

See Also

SelectCharacter Class | croemud.clientpacket Namespace