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
cThe card to get the effects of.
int
markerThe EffectMarker used to mark the effects.
Returns
EffectArray
The effects registered to
cthat were marked withmarker.