OsGetLinkNumber

From OpenSimulator

Revision as of 03:31, 26 June 2017 by Djphil (Talk | contribs)

Jump to: navigation, search
integer osGetLinkNumber(string name)
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.

- if names are not unique, the one with lower link number should be return - names "Object" and "Primitive" are ignored

Threat Level No threat level specified
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
// Example of osGetLinkNumber
 
default
{
    state_entry()
    {
        ...
    }
}


Personal tools
General
About This Wiki