Difference between revisions of "LlGetWorldPopulation"

From Second Life Wiki
Jump to navigation Jump to search
m (Population commonly goes above 30k now, changed to 50k.)
 
Line 3: Line 3:
|return_text=that is the total number of avatars currently online in the grid.
|return_text=that is the total number of avatars currently online in the grid.
|return_type=integer
|return_type=integer
|spec|caveats|examples|helpers|related|also|notes=Given the current problems, a HUD which warns people that rezzing no-copy items may result in losses, when the total population goes above 30K would be very useful!|mode=request}}
|spec|caveats|examples|helpers|related|also|notes=Given the current problems, a HUD which warns people that rezzing no-copy items may result in losses, when the total population goes above 50K would be very useful!|mode=request}}

Latest revision as of 00:36, 23 November 2007

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

Summary

Function: integer llGetWorldPopulation( );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy

Returns an integer that is the total number of avatars currently online in the grid.

Caveats

  • This function causes the script to sleep for 0.1 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Notes

Given the current problems, a HUD which warns people that rezzing no-copy items may result in losses, when the total population goes above 50K would be very useful!

Deep Notes

Search JIRA for related Issues

Signature

//function integer llGetWorldPopulation();