mux.who_summary

Returns the non-privileged WHO summary.

Function

Synopsis

mux.who_summary( )

Arguments

None.

Returns

table summary
A table with hidden, record, and maximum fields.

Examples

local summary = mux.who_summary()
local maximum = summary.maximum or "no"

Notes

hidden and record are numbers. maximum is a number or nil when the game has no player limit.

See Also