Skip to content

Card.Level

Card Functions

Changes (Card c)'s original level/rank/link rating if (int level) is inputted, else returns the current card's original level/rank/link rating

Signature

Card.Level(Card c, [int level]) → nil

lua
c:Level(level)

Parameters


under-construction