Skip to content

aux.OR

Source Code | Usage Examples | aux Functions

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

Signature

aux.OR(any ...) → bool

lua
aux.OR(...)

Parameters

Returns


under-construction