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()