EquipLimitFunction
subtype of function
A function used to restrict which monsters an equipped card can remain equipped to.
Functions that use this type as parameter
Functions that use this type as parameter
aux.AddEquipProcedure
- Adds procedure for equipping Spells.
Signature
function(Card c
, Effect e
, int p
) → bool
lua
function(c,e,p)
Parameters
Card
c
The monster to check.
Effect
e
The equip procedure effect, usually registered by
aux.AddEquipProcedure
.int
p
The player performing the equip procedure.