Skip to content

Effect.HasSelfDiscardCost

Source Code | Usage Examples | Effect Functions

Checks if an Effect has a cost that discards the activating card itself.

Signature

Effect.HasSelfDiscardCost(Effect e) → bool

lua
e:HasSelfDiscardCost()

Parameters

Returns

  • bool

    true if e has a cost that discards the activating card, false otherwise.