OsGetNpcList
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level= |function_syntax= |csharp_syntax= |ossl_example=<source lang="lsl"> // Example of osGetNpcList default { state_entry() { ... } }...") |
|||
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
| − | |threat_level= | + | |threat_level=None |
|function_syntax= | |function_syntax= | ||
|csharp_syntax= | |csharp_syntax= | ||
Revision as of 11:57, 26 June 2017
| No function syntax provided | |
| ... | |
| Threat Level | None |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
// Example of osGetNpcList default { state_entry() { ... } } | |