Checks whether a shifter affects player's base status.
[Visual Basic] Shared Public Function affects_status( _ ByVal st As ShifterType _ ) As Boolean [C#] public static bool affects_status( ShifterType st ); [C++] public: static bool affects_status( ShifterType st ); [JScript] public static function affects_status( ShifterType st ): bool;
true if the player's base status is affected, false otherwise.
ItemShifter Class | croemud.item Namespace