Cronous Emulation Server Daemon

ItemInfo.get_shifter Method 

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;

Parameters

index
Index.

Return Value

Shifter ID.

See Also

ItemInfo Class | croemud.serverpacket Namespace