Skip to content

Card.GetOwnEffects

Source Code | Usage Examples | Card Functions

Returns all the effects registered to a card. This includes effects being granted to it. For effects being applied to a card, such as Equip Effects and Field Effects, use Card.GetCardEffect.

Signature

Card.GetOwnEffects(Card c) → Effect ...

lua
c:GetOwnEffects()

Parameters

  • Card c

    The card to get the effects of.

Returns

  • Effect ...

    The effects registered or being granted to c.