Skip to content

aux.FilterBoolFunctionEx ​

Source Code | Usage Examples | aux Functions

Used filter for the Fusion, Xyz, Synchro and Link Procedures where (function f) can be Card.IsRace, Card.IsAttribute and Card.IsType and (int value) corresponds to the required Race, Attribute and Type.

Signature ​

aux.FilterBoolFunctionEx(function f, int value) → bool

lua
aux.FilterBoolFunctionEx(f,value)

Parameters ​

Returns ​


under-construction