Skip to content

Card.IsScale

Source Code | Card Functions

Returns true if a card's Pendulum Scale is equal to a given value.

Signature

Card.IsScale(Card c, int sc) → bool

lua
c:IsScale(sc)

Parameters

  • Card c

    The card to check the Pendulum Scale of.

  • int sc

    The scale value to check.

Returns

  • bool

    If the Pendulum Scale of c is equal to sc.


card-check, scale-related