Skip to content

Card.IsColumn

Source Code | Card Functions

Checks (Card c) its column using the data of another card which allows checking even if the other card has already left the field using its Sequence (int seq), controller (int tp) and location (int loc)

Signature

Card.IsColumn(Card c, int seq, int tp, int loc) → bool

lua
c:IsColumn(seq,tp,loc)

Parameters

Returns


under-construction