Skip to content

FusionMonsterFilter

subtype of function

A function used to filter a monster to be Fusion Summoned.

Functions that use this type as parameter

Functions that use this type as parameter

Signature

function(Card c, int tp) → bool

lua
function(c,tp)

Parameters

  • Card c

    The monster to check.

  • int tp

    The player performing the Fusion Summon.

Returns

  • bool

    If the monster passed the filter.