Skip to content

Card.IsCanBeDisabledByEffect

Source Code | 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)

Parameters

  • Effect e

    (To be added)

  • bool is_monster_effect

    Optional. Defaults to true.

    (To be added)

Returns


under-construction