Card.EquipByEffectLimit
Source Code | Usage Examples | Card Functions
Equips (Card tc) to (Card c). Adding a (int code) will register that code as flag effect to the equipped card (bool mustbefaceup) defines if the card to be equipped is required to be face-up.
Signature
Card.EquipByEffectLimit(Card c, Effect e, int tp, Card tc, int|nil code, bool mustbefaceup) → bool
lua
c:EquipByEffectLimit(e,tp,tc,code,mustbefaceup)Parameters
Card
c(To be added)
Effect
e(To be added)
int
tp(To be added)
Card
tc(To be added)
int|nil
code(To be added)
bool
mustbefaceup(To be added)