Cronous Emulation Server Daemon

ItemShifters.from_name Method 

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;

Parameters

name
The shifter's name.

Return Value

The shifter type.

See Also

ItemShifters Class | croemud.item Namespace