Card.IsLevelBelow
Source Code | Usage Examples | Card Functions
Returns true if the level of a card is less than or equal to a specified level.
Signature
Card.IsLevelBelow(Card c, int min) → bool
lua
c:IsLevelBelow(min)Parameters
Card
cThe card to check the level of.
int
minThe minimum level. The level of
cmust be less than or equal to this level.