Difference between revisions of "LlGetRegionPopulation"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSL_Function|func_id|func_sleep=|func_energy=|func=llGetRegionPopulation|sort=GetRegionPopulation|func_desc=Returns the number of avatars currently online in the region.|return_text|spec|caveats|examples|helpers|related|also|notes=|mode=request}}
{{LSL_Function|func_id|func_sleep=|func_energy=|func=llGetRegionPopulation|sort=GetRegionPopulation|p1_type=string|p1_name=region name|func_desc=Returns the number of avatars currently online in the region identified.|return_text|spec|caveats|examples|helpers|related|also|notes=Useful in HUDS for instance to determine possible lag or region full errors before teleporting (in conjunction with a better teleport API).|mode=request}}

Revision as of 02:30, 2 April 2007

Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llGetRegionPopulation( string region name );

Returns the number of avatars currently online in the region identified.

• string region name

Caveats

Expression error: Unexpected > operator.

All Issues ~ Search JIRA for related Bugs

Examples

Notes

Useful in HUDS for instance to determine possible lag or region full errors before teleporting (in conjunction with a better teleport API).

Deep Notes

Search JIRA for related Issues

Signature

//function void llGetRegionPopulation( string region name );