Skip to content

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 c ​

    The card to register the effects to.

  • int coin ​

    The Coin result of the Arcana card's coin toss effect.


registers-effect, special-handling