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;
true if the shifter is an item revision, false otherwise.
ItemShifter Class | croemud.item Namespace