Skip to content

RankUpSummonRegister

subtype of function

A function that registers a Special Summon procedure using a Rank-Up-Magic effect.

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) → Effect

lua
function(c)

Parameters

  • Card c

    The card to register the procedure to.

Returns


registers-effect, special-handling, xyz-related