Cronous Emulation Server Daemon

ItemShifter.affects_status Method 

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;

Parameters

st
Shifter type.

Return Value

true if the player's base status is affected, false otherwise.

See Also

ItemShifter Class | croemud.item Namespace