Skip to content

Card.IsAbleToChangeControler

Source Code | Card Functions

Checks if a card (Card c) is capable of having it's control changed. Checks only whether the card is affected by EFFECT_CANNOT_CHANGE_CONTROL.

Signature

Card.IsAbleToChangeControler(Card c) → bool

lua
c:IsAbleToChangeControler()

Parameters

Returns


under-construction