Card.Recreate
Source Code | Usage Examples | Card Functions
Changes (Card c) into a card with (int code) as its original card number from the database. If any of the parameters are included, that stat is also changed. If (bool replace_effect) is set to true, its effect also changes to the effects of (int code).
Signature
Card.Recreate(Card c, int code, [int|nil alias, int|nil setcode, int|nil type, int|nil level, int|nil attribute, int|nil race, int|nil atk, int|nil def, int|nil lscale, int|nil rscale, bool|nil replace_effect = false]) → nil
c:Recreate(code,alias,setcode,type,level,attribute,race,atk,def,lscale,rscale,replace_effect)Parameters
Card
c(To be added)
int
code(To be added)
int|nil
aliasOptional.
(To be added)
int|nil
setcodeOptional.
(To be added)
int|nil
typeOptional.
(To be added)
int|nil
levelOptional.
(To be added)
int|nil
attributeOptional.
(To be added)
int|nil
raceOptional.
(To be added)
int|nil
atkOptional.
(To be added)
int|nil
defOptional.
(To be added)
int|nil
lscaleOptional.
(To be added)
int|nil
rscaleOptional.
(To be added)
bool|nil
replace_effectOptional. Defaults to
false.(To be added)