Skip to content

Card.Rscale

Source Code | Usage Examples | Card Functions

Returns a card's right Pendulum Scale.

Signature

Card.Rscale(Card c) → int

lua
c:Rscale()

Parameters

  • Card c

    The card to get the right Pendulum Scale of.

Returns

  • int

    The card's right Pendulum Scale.

Overload

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

lua
c:Rscale(id)

Changes a card's right Pendulum Scale.

Parameters

  • Card c

    The card to change the right Pendulum Scale of.

  • int id

    The new right Pendulum Scale value.


scale-related