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