OsGetStandTarget
From OpenSimulator
(Difference between revisions)
| Line 3: | Line 3: | ||
|csharp_syntax= | |csharp_syntax= | ||
|description= Returns the StandTarget set on the prim see [[osSetStandTarget]]. | |description= Returns the StandTarget set on the prim see [[osSetStandTarget]]. | ||
| − | + | If return is vector <0,0,0> the stand target is disabled. Default offset and login is used. | |
|threat_level= None | |threat_level= None | ||
|permissions= true | |permissions= true | ||
Revision as of 12:27, 23 January 2020
vector osGetStandTarget()
| |
| Returns the StandTarget set on the prim see osSetStandTarget.
If return is vector <0,0,0> the stand target is disabled. Default offset and login is used. | |
| 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 | |