Skip to content

Card.EquipByEffectLimit

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

Returns


under-construction