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...") |
|||
Line 3: | Line 3: | ||
|csharp_syntax= | |csharp_syntax= | ||
|description= Returns the stand target set on the prim see [[osSetStandTarget]]. | |description= Returns the stand target set on the prim see [[osSetStandTarget]]. | ||
+ | * linkNumber: the link number of the prim, LINK_THIS or LINK_ROOT | ||
If return is vector <0,0,0> the stand target is disabled. Default stand offset and login are used. | 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. | It will also return <0,0,0> if linkNumber is invalid. | ||
|threat_level= None | |threat_level= None |
Revision as of 07:37, 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 |