Skip to content

FusionStage2

subtype of function

An operation to perform in a Fusion Summon effect, after the monster has been summoned.

Functions that use this type as parameter

Functions that use this type as parameter

Signature

function(Effect e, Card tc, int tp, Group sg, int chk) → nil

lua
function(e,tc,tp,sg,chk)

Parameters

  • Effect e

    The Effect that performed the Fusion Summon.

  • Card tc

    The monster that was Fusion Summoned.

  • int tp

    The player that performed the Fusion Summon.

  • Group sg

    The materials used for the Fusion Summon.

  • int chk

    (To be added)


under-construction