OsGetLinkNumber
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
| − | |threat_level= | + | |threat_level=None |
|function_syntax=integer osGetLinkNumber(string name) | |function_syntax=integer osGetLinkNumber(string name) | ||
|csharp_syntax=... | |csharp_syntax=... | ||
Revision as of 02:37, 26 June 2017
integer osGetLinkNumber(string name)
C#: ... | |
returns the link number of the prim or sitting avatar with name "name" on the link set or -1 if the name is not found.
| |
| Threat Level | None |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
// Example of osGetLinkNumber default { state_entry() { ... } } | |