Skip to content

Card.AnnounceAnotherAttribute ​

Source Code | Usage Examples | Card Functions

Makes a player declare an attribute other than the ones a card currently has.

Signature ​

Card.AnnounceAnotherAttribute(Card c, int player) → int

lua
c:AnnounceAnotherAttribute(player)

Parameters ​

  • Card c ​

    The card whose attribute(s) will be excluded from the possible values to be declared.

  • int player ​

    The player that will declare the attribute.

Returns ​


attribute-related