Fusion.CheckWithHandler
Source Code | Usage Examples | 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
FusionMaterialFilter
fun
A function that must return true for the material.
FusionMaterialFilter
...
More functions that must return true for the material.
Returns
FusionMaterialFilter
A function that returns true if the material being checked is also the handler, and all provided filters return true.