Skip to content

Card.Race

Card Functions

Changes (Card c)'s original monster type(s)/race(s) if (int race) is inputted, else returns the current card's original monster type(s)/race(s).

Signature

Card.Race(Card c, [int race]) → nil

lua
c:Race(race)

Parameters


under-construction