aux.createContinuousLizardCheck
Source Code | Usage Examples | aux 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
aux.createContinuousLizardCheck(Card c, int location, [int tRange = 255, int tRange2 = 0]) → Effect
lua
aux.createContinuousLizardCheck(c,location,tRange,tRange2)Parameters
Card
cThe card creating the effect.
int
locationComposite Location values where
cshould be for the effect to apply.int
tRangeOptional. Defaults to
255.Composite Location values for
tp's side of the board.int
tRange2Optional. Defaults to
0.Composite Location values for
tp's opponent's side of the board.