Appearance
Source Code | Usage Examples | Card Functions
Card
Checks if a card is currently face-up.
Card.IsFaceup(Card c) → bool
c
c:IsFaceup()
The card to check.
true if the card is currently face-up, false otherwise.
true
false
card-check