Skip to content

Card.IsFaceup

Source Code | Usage Examples | Card Functions

Checks if a card is currently face-up.

Signature

Card.IsFaceup(Card c) → bool

lua
c:IsFaceup()

Parameters

Returns

  • bool

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


card-check