Skip to content

Auxiliary.DoubleSnareValidity

Source Code | Auxiliary Functions

Registers that card c has an effect that can negate/destroy trap cards, while it is in the location defined in int range. Used by Double Snare to identify which cards it can destroy. Int property are additional properties other than the default EFFECT_FLAG_CANNOT_DISABLE|EFFECT_FLAG_SINGLE_RANGE.

Signature

Auxiliary.DoubleSnareValidity(Card c, int range, int property) → nil

lua
Auxiliary.DoubleSnareValidity(c,range,property)

Parameters


under-construction