Skip to content

Card.EnableCounterPermit

Source Code | Card Functions

Makes the card (Card c) able to hold a type of counter (int countertype). If a location is provided (int location), the card will be able to hold counter only when in the specified location.

Signature

Card.EnableCounterPermit(Card c, int countertype, [int location]) → nil

lua
c:EnableCounterPermit(countertype,location)

Parameters


under-construction