OsGetAgents

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc|
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
threat_level = None
|- valign="top"
+
|
|'''Threat Level''' || None
+
function_syntax = <source lang="lsl">
 
+
|- valign="top"
+
|'''Function Syntax''' || <source lang="lsl">
+
 
list osGetAgents()  
 
list osGetAgents()  
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)||<source lang="lsl">
+
ossl_example = <source lang="lsl">
 
//
 
//
 
// Example of osGetAgents.
 
// Example of osGetAgents.
Line 24: Line 21:
 
     }
 
     }
 
}</source>
 
}</source>
 
+
|  
|}
+
additional_info = Returns a list of all the agents names in the region.  
 
+
|
Returns a list of all the agents names in the region.  
+
}}
 
+
[[Category:OSSL Functions]]
+

Revision as of 15:37, 12 June 2011

list osGetAgents()
No descriptions provided
Threat Level None
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
//
// Example of osGetAgents.
//
default
{
    state_entry()
    {
        // Demo-Script 
    }
    touch_start(integer total_number)
    {
        llSay (0, "Agents in sim: "+ llList2CSV(osGetAgents()));
    }
}
Notes
Returns a list of all the agents names in the region.
Personal tools
General
About This Wiki