Card.IsCanBeDisabledByEffect
Source Code | Usage Examples | Card
Functions
Checks if a card (Card c) can have its effects negated by an effect (Effect e)
Signature
Card.IsCanBeDisabledByEffect(Effect e
, [bool is_monster_effect
= true
]) → bool
lua
Card.IsCanBeDisabledByEffect(e,is_monster_effect)