Retrieves a boolean specifying whether an event of a given rate occured.
[Visual Basic] Public Function rate( _ ByVal r As Integer _ ) As Boolean [C#] public bool rate( int r ); [C++] public: bool rate( int r ); [JScript] public function rate( int r ): bool;
true if the event occured, false otherwise.
GameRandom Class | croemud.game Namespace