Skip to content

Card.IsPreviousLevelOnField

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

Parameters

  • Card c

    The card to check the previous level of.

  • int lv

    The level value to check.

Returns

  • bool

    If the previous level of c is equal to lv.


card-check, level-related, previous-property