Skip to content

Fusion.CheckWithHandler

Source Code | Fusion Functions

Creates a FusionMaterialFilter that checks if the material is also the handler of the summoning effect, along with other provided filters.

Signature

Fusion.CheckWithHandler(FusionMaterialFilter fun, FusionMaterialFilter ...) → FusionMaterialFilter

lua
Fusion.CheckWithHandler(fun,...)

Parameters

Returns

  • FusionMaterialFilter

    A function that returns true if the material being checked is also the handler, and all provided filters return true.