aux.addTempLizardCheck
Source Code | Usage Examples | aux Functions
Creates and registers an Effect to the duel that affects cards such that they will be excluded by "Clock Lizard" when checking what cards it can return to the Extra Deck.
Signature
aux.addTempLizardCheck(Card c, int tp, [TargetFilterFunction filter = aux.TRUE, int reset = RESET_PHASE|PHASE_END, int tRange = 255, int tRange2 = 0, int resetcount = 1]) → Effect
aux.addTempLizardCheck(c,tp,filter,reset,tRange,tRange2,resetcount)Parameters
Card
cThe card registering the effect.
int
tpThe player to apply the effect to.
TargetFilterFunction
filterOptional. Defaults to
aux.TRUE.Filters which cards are affected and will be excluded by "Clock Lizard".
int
resetOptional. Defaults to
RESET_PHASE|PHASE_END.Composite Reset values to specify when the effect stops applying.
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.int
resetcountOptional. Defaults to
1.The number of times
resetmust happen for the effect to stop applying.