OsGetLinkStandTarget
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |function_syntax=vector osGetLinkStandTarget(integer linkNumber) |csharp_syntax= |description= Returns the stand target set on the prim see osSetStandTarget. If...") |
Revision as of 07:36, 25 January 2020
vector osGetLinkStandTarget(integer linkNumber)
| |
| Returns the stand target set on the prim see osSetStandTarget.
If return is vector <0,0,0> the stand target is disabled. Default stand offset and login are used. It will also return <0,0,0> if linkNumber is invalid. | |
| Threat Level | None |
| Permissions | Use of this function is always allowed by default |
| Extra Delay | 0 seconds |
| Notes | |
| This function was added in 0.9.2.0 | |