Card.IsLevelBetween
Source Code | Usage Examples | Card Functions
Returns true if the level of a card is between two specified levels, inclusive.
Signature
Card.IsLevelBetween(Card c, int fst, int snd) → bool
lua
c:IsLevelBetween(fst,snd)