Skip to content

FusionMaterialFilter

subtype of function

A function used to filter Fusion materials in Fusion Summon effects (i.e., in the script of the card that will perform the Fusion Summon).

Functions that use this type as parameter

Functions that use this type as parameter

Functions that return this type

Functions that return this type

Function Types that return this type

Function Types that return this type

Signature

function(Card c, Effect e, int tp, int chk) → bool

lua
function(c,e,tp,chk)

Parameters

  • Card c

    The material to check.

  • Effect e

    The Effect performing the Fusion Summon.

  • int tp

    The player performing the Fusion Summon.

  • int chk

    Whether the call is for checking (0) or performing (1) the summon.

Returns

  • bool

    If the material passed the filter.


See Also