OsGetStandTarget
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |function_syntax=vector osGetStandTarget() |csharp_syntax= |description= Returns the StandTarget set on the prim see osSetStandTarget if return is vector <0,0,...") |
|||
Line 2: | Line 2: | ||
|function_syntax=vector osGetStandTarget() | |function_syntax=vector osGetStandTarget() | ||
|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. | if return is vector <0,0,0> the stand target is disabled. Default offset and login is used. | ||
|threat_level= None | |threat_level= None |
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 |