Group.GetBitwiseOr
Source Code | Usage Examples | Group
Functions
Gets the "bitwise or" (|) of f(c,...) result from all members of a group (Group g). Function f accepts at least one parameter (f(c,...), with c as each member of the group), and the return value should be integer.
Signature
Group.GetBitwiseOr(Group g
, function f
, any ...
) → int
lua
g:GetBitwiseOr(f,...)