Skip to content

FusionRecipeFilter

subtype of function

A function used to filter Fusion materials in Fusion recipe effects (i.e., in the script of the Fusion Monster).

Functions that use this type as parameter

Functions that use this type as parameter

Signature

function(Card c, Card fc, int sumtype, int tp) → bool

lua
function(c,fc,sumtype,tp)

Parameters

Returns

  • bool

    If the material passed the filter.


See Also