Skip to content

Card.IsRankBelow

Source Code | 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)

Parameters

Returns


under-construction