Retrieves a shifter from its name
[Visual Basic] Public Function from_name( _ ByVal name As String _ ) As ShifterType [C#] public ShifterType from_name( string name ); [C++] public: ShifterType from_name( String* name ); [JScript] public function from_name( String name ): ShifterType;
The shifter type.
ItemShifters Class | croemud.item Namespace