Cronous Emulation Server Daemon

ItemInfo.set_shifter Method 

Sets the nth shifter.

[Visual Basic]
Public Sub set_shifter( _ 
   ByVal index As Integer, _ 
   ByVal v As UInt16 _ 
)
[C#]
public void set_shifter(
   int index,
   ushort v
);
[C++]
public: void set_shifter(
   int index,
   unsigned short v
);
[JScript]
public function set_shifter(
   int index,
   UInt16 v
);

Parameters

index
Index.
v
Shifter ID.

See Also

ItemInfo Class | croemud.serverpacket Namespace