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
alias
Optional.
(To be added)
int|nil
setcode
Optional.
(To be added)
int|nil
type
Optional.
(To be added)
int|nil
level
Optional.
(To be added)
int|nil
attribute
Optional.
(To be added)
int|nil
race
Optional.
(To be added)
int|nil
atk
Optional.
(To be added)
int|nil
def
Optional.
(To be added)
int|nil
lscale
Optional.
(To be added)
int|nil
rscale
Optional.
(To be added)
bool|nil
replace_effect
Optional. Defaults to
false
.(To be added)