Skip to content

aux.TargetEqualFunction ​

Source Code | Usage Examples | aux Functions

Used in SetTarget filters (with parameters (e,c)) to check a function and its (...) parameters is equal to the inputted (int value).

Signature ​

aux.TargetEqualFunction(function f, int value, any ...) → bool

lua
aux.TargetEqualFunction(f,value,...)

Parameters ​

Returns ​


under-construction