Skip to content

Auxiliary.AND

Source Code | Auxiliary Functions

First (...) is a list of functions which will be used to check the parameters in the second set of (...), separated with "and". The second set of (...) is applied automatically when used as a filter.

Signature

Auxiliary.AND(any ...) → bool

lua
Auxiliary.AND(...)

Parameters

Returns


under-construction