OsGetLinkSitActiveRange
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |function_syntax=float osGetSitActiveRange(integer linkNumber) |csharp_syntax= |description= returns the sit active range of the selected prim, see [[osSetSitActive...") |
|||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
− | |function_syntax=float | + | |function_syntax=float osGetLinkSitActiveRange(integer linkNumber) |
|csharp_syntax= | |csharp_syntax= | ||
|description= returns the sit active range of the selected prim, see [[osSetSitActiveRange]] | |description= returns the sit active range of the selected prim, see [[osSetSitActiveRange]] |
Revision as of 04:17, 8 February 2020
float osGetLinkSitActiveRange(integer linkNumber)
| |
returns the sit active range of the selected prim, see osSetSitActiveRange
if link number is invalid it returns -2147483648 (int min value) | |
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 |