Skip to content

Card.Lscale

Source Code | Usage Examples | Card Functions

Returns a card's left Pendulum Scale.

Signature

Card.Lscale(Card c) → int

lua
c:Lscale()

Parameters

  • Card c

    The card to get the left Pendulum Scale of.

Returns

  • int

    The card's left Pendulum Scale.

Overload

Card.Lscale(Card c, int id) → nil

lua
c:Lscale(id)

Changes a card's left Pendulum Scale.

Parameters

  • Card c

    The card to change the left Pendulum Scale of.

  • int id

    The new left Pendulum Scale value.


scale-related