Skip to content

Auxiliary.createContinuousLizardCheck

Source Code | Auxiliary Functions

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

Signature

Auxiliary.createContinuousLizardCheck(Card c, int location, [int tRange = 255, int tRange2 = 0]) → effect

lua
Auxiliary.createContinuousLizardCheck(c,location,tRange,tRange2)

Parameters

  • Card c

    The card creating the effect.

  • 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

  • effect

    The effect that was created.


See Also


creates-effect, special-handling