aux.AddUnionProcedure
Source Code | Usage Examples | aux
Functions
Adds the Union Procedure to (Card c) where (function f) is the cards you can equip the Union monster to, and (bool oldrule) is a check to apply old rulings of the Union monster. if oldprotect is not nil, uses old rules for destroy replacement (If the equipped monster would be destroyed, destroy this card instead.)
Signature
aux.AddUnionProcedure(Card c
, function f
, bool oldrule
, bool oldprotect
) → nil
lua
aux.AddUnionProcedure(c,f,oldrule,oldprotect)
Parameters
Card
c
(To be added)
function
f
(To be added)
bool
oldrule
(To be added)
bool
oldprotect
(To be added)