Skip to content

Effect.HasSelfToGraveCost

Source Code | Usage Examples | Effect Functions

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

Signature

Effect.HasSelfToGraveCost(Effect e) → bool

lua
e:HasSelfToGraveCost()

Parameters

Returns

  • bool

    true if e has a cost that sends the activating card to the GY, false otherwise.