llGetRegionAgentCount
Revision as of 20:07, 23 May 2008 by Strife Onizuka (talk | contribs)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: integer llGetRegionAgentCount( );0.0 | Forced Delay |
10.0 | Energy |
Returns an integer that is the number of avatars in the region.
Examples
<lsl>//Tell the owner how many avatars are in the region on touch default {
touch_start(integer count) { llOwnerSay((string)llGetRegionAgentCount()); }}</lsl>
See Also
Functions
• | llGetRegionFPS | |||
• | llGetRegionTimeDilation |