Difference between revisions of "LlGetRegionAgentCount"
Jump to navigation
Jump to search
m |
m |
||
Line 23: | Line 23: | ||
|also_articles | |also_articles | ||
|notes | |notes | ||
|history=Introduced in {{SVN|568|rev=88085|branch=Release | |history=Introduced in {{SVN|568|rev=88085|branch=Release|anchor=file33|date=Wednesday, 21 May 2008}} | ||
|cat1=Region | |cat1=Region | ||
|cat2 | |cat2 |
Revision as of 16:52, 19 June 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
![]() |
Pre-release Documentation Warning! |
This function is not available yet. This documentation was written prior to its final release so it may not match the final implementation. |
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 |