Skip to content

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

Returns

  • EffectArray

    The effects registered to c that were marked with marker.