Skip to content

Card.IsFacedown

Source Code | Usage Examples | Card Functions

Checks if a card is currently face-down.

Signature

Card.IsFacedown(Card c) → bool

lua
c:IsFacedown()

Parameters

Returns

  • bool

    true if the card is currently face-down, false otherwise.


card-check