Skip to content

Card.IsLocation

Source Code | Card Functions

Checks if a card (Card c) is located on the specified location (int location)

Signature

Card.IsLocation(Card c, int location) → bool

lua
c:IsLocation(location)

Parameters

Returns


under-construction