Card.GetMarkedEffects
Source Code | Usage Examples | Card
Functions
Returns all the effects a card that were registered with a specified effect marker.
Signature
Card.GetMarkedEffects(Card c
, int marker
) → EffectArray
lua
c:GetMarkedEffects(marker)
Parameters
Card
c
The card to get the effects of.
int
marker
The EffectMarker used to mark the effects.
Returns
EffectArray
The effects registered to
c
that were marked withmarker
.