aux.EnableNeosReturn
Source Code | Usage Examples | aux
Functions
Adds the effect to shuffle the card into the Extra Deck at the End Phase (most commonly used by "Neos" Fusion Monsters). If provided, "extracat", "extrainfo" and "extraop" will add additional effect categories, operation info and operations respectively to the effect. The Condition, Target and Operation functions of this effect, named NeosReturnCondition1/2, NeosReturnTarget and NeosReturnOperation, are detailed in cards_specific_functions.lua.
Signature
aux.EnableNeosReturn(Card c
, [int extracat
, function extrainfo
, function extraop
]) → nil
lua
aux.EnableNeosReturn(c,extracat,extrainfo,extraop)
Parameters
Card
c
(To be added)
int
extracat
Optional.
(To be added)
function
extrainfo
Optional.
(To be added)
function
extraop
Optional.
(To be added)