Card.IsPreviousLevelOnField
Source Code | Usage Examples | Card
Functions
Returns true
if a card's previous level on the field is equal to a given value.
Signature
Card.IsPreviousLevelOnField(Card c
, int lv
) → bool
lua
c:IsPreviousLevelOnField(lv)