Skip to content

Card.IsPublic

Source Code | Card Functions

Checks if a card's (Card c) information is known to both players. In practice, about the same as c:IsPosition(POS_FACEUP)

Signature

Card.IsPublic(Card c) → bool

lua
c:IsPublic()

Parameters

Returns


under-construction