ArcanaEffectRegister
subtype of function
A function that registers an Arcana Force card's coin-based effects.
Table Types with field values of this type
Table Types with field values of this type
Script- The card script metatable
Signature
function(Card c, int coin) → nil
lua
function(c,coin)Parameters
Card
cThe card to register the effects to.
int
coinThe Coin result of the Arcana card's coin toss effect.