Skip to content

Auxiliary.EnableNeosReturn

Source Code | Auxiliary 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

Auxiliary.EnableNeosReturn(Card c, [int extracat, function extrainfo, function extraop]) → nil

lua
Auxiliary.EnableNeosReturn(c,extracat,extrainfo,extraop)

Parameters


under-construction