Card.Race
Source Code | Usage Examples | Card
Functions
Returns the card's original race(s).
Signature
lua
c:Race()
Parameters
Returns
int
Composite MonsterRace value of the card's original race(s).
Overload
Card.Race(Card c
, int att
) → nil
lua
c:Race(att)
Changes a card's race.
Parameters
Card
c
The card to change the race of.
int
att
Composite MonsterRace value to set as the card's new race(s).