Card.AnnounceAnotherRace
Source Code | Usage Examples | Card Functions
Makes a player declare a race other than the ones a card currently has.
Signature
Card.AnnounceAnotherRace(Card c, int player) → int
lua
c:AnnounceAnotherRace(player)Parameters
Card
cThe card whose race(s) will be excluded from the possible values to be declared.
int
playerThe player that will declare the race.
Returns
int
The MonsterRace declared by the player.