Gets the nth shifter.
[Visual Basic] Public Function get_shifter( _ ByVal index As Integer _ ) As UInt16 [C#] public ushort get_shifter( int index ); [C++] public: unsigned short get_shifter( int index ); [JScript] public function get_shifter( int index ): UInt16;
Shifter ID.
ItemInfo Class | croemud.serverpacket Namespace