Skip to content

Card.IsControler

Source Code | Card Functions

Checks if a card (Card c) has player (int p) as it's controller

Signature

Card.IsControler(Card c, int controler) → bool

lua
c:IsControler(controler)

Parameters

Returns


under-construction