Card.IsRankBelow
Source Code | Usage Examples | Card
Functions
Checks if a card (Card c) has rank equal or below the specified number (int rank), will return false if the card has no rank
Signature
Card.IsRankBelow(Card c
, int rank
) → bool
lua
c:IsRankBelow(rank)