Skip to content

Card.IsPosition

Source Code | Card Functions

Checks if a card (Card c) is in the specified position (int pos)

Signature

Card.IsPosition(Card c, int pos) → bool

lua
c:IsPosition(pos)

Parameters

Returns


under-construction