Skip to content

Card.Rscale

Card Functions

Changes (Card c)'s original left scale if (int scale) is inputted, else returns the current card's original left scale.

Signature

Card.Rscale(Card c, [int scale]) → nil

lua
c:Rscale(scale)

Parameters


under-construction