Skip to content

Group.GetClassCount

Source Code | Group Functions

Gets the count of different f(c,...) results 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.GetClassCount(Group g, function f, any ...) → int

lua
g:GetClassCount(f,...)

Parameters

Returns


under-construction