Difference between revisions of "LlGetRegionAgentCount"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
{{LSL_Function | {{LSL_Function | ||
|func_id=|func_sleep=0.0|func_energy=10.0 | |func_id=334|func_sleep=0.0|func_energy=10.0 | ||
|func=llGetRegionAgentCount | |func=llGetRegionAgentCount | ||
|return_type=integer | |return_type=integer |
Revision as of 18:01, 24 July 2008
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 |