Retrieves a boolean value specifying whether a critical hit encounters.
[Visual Basic] Public Function critical_hit( _ ByVal r As Integer _ ) As Boolean [C#] public bool critical_hit( int r ); [C++] public: bool critical_hit( int r ); [JScript] public function critical_hit( int r ): bool;
true if a critical hit encounters, false otherwise.
GameRandom Class | croemud.game Namespace