Skip to content

aux.DoubleSnareValidity

Source Code | Usage Examples | aux 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

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

lua
aux.DoubleSnareValidity(c,range,property)

Parameters


under-construction