Skip to content

aux.addContinuousLizardCheck ​

Source Code | Usage Examples | aux Functions

Creates and registers an Effect to a card that affects other cards such that they will be excluded by "Clock Lizard" when checking what cards it can return to the Extra Deck.

Signature ​

aux.addContinuousLizardCheck(Card c, int location, [int tRange = 255, int tRange2 = 0]) → Effect

lua
aux.addContinuousLizardCheck(c,location,tRange,tRange2)

Parameters ​

  • Card c ​

    The card to register the effect to.

  • int location ​

    Composite Location values where c should be for the effect to apply.

  • int tRange ​

    Optional. Defaults to 255.

    Composite Location values for tp's side of the board.

  • int tRange2 ​

    Optional. Defaults to 0.

    Composite Location values for tp's opponent's side of the board.

Returns ​


See Also ​


registers-effect, special-handling