Skip to content

Synchro.NonTunerEx

Source Code | Synchro Functions

A filter used in a Synchro procedure when a material is supposed to be non-Tuner. It also has to satisfy condition of (function f) which has to be Card.IsRace, Card.IsAttribute or Card.IsType, or a function that would use any of these 3. Also, (int val) is a parameter that is used in checking the (function f).

Signature

Synchro.NonTunerEx(function f, int val) → bool

lua
Synchro.NonTunerEx(f,val)

Parameters

Returns


under-construction