(Official) LUA Scripting Documentation
get_gamer_count_in_zone
Get the total number of enabled gamers currently positioned inside a zone.
Spec:
get_gamer_count_in_zone(
string zone_name)
Parameters
zone_name
:
Returns
long
: The number of gamers currently inside thehabitat
zone
Example
local gamer_count = get_gamer_count_in_zone("habitat")
Incomplete
This documentation is incomplete