Cronous Emulation Server Daemon

ItemShifter.is_revision Method 

Checks whether a shifter is an item revision.

[Visual Basic]
Shared Public Function is_revision( _ 
   ByVal st As ShifterType _ 
) As Boolean
[C#]
public static bool is_revision(
   ShifterType st
);
[C++]
public: static bool is_revision(
   ShifterType st
);
[JScript]
public static function is_revision(
   ShifterType st
): bool;

Parameters

st
Shifter type.

Return Value

true if the shifter is an item revision, false otherwise.

See Also

ItemShifter Class | croemud.item Namespace