OsSetLinkSitActiveRange
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |function_syntax=osSetLinkSitActiveRange(integer linkNumber, float range) |csharp_syntax= |description= sets a limit on how far a avatar can be to accept a sit requ...") |
|||
Line 2: | Line 2: | ||
|function_syntax=osSetLinkSitActiveRange(integer linkNumber, float range) | |function_syntax=osSetLinkSitActiveRange(integer linkNumber, float range) | ||
|csharp_syntax= | |csharp_syntax= | ||
− | |description= sets a limit on how far a avatar can be to | + | |description= sets a limit on how far a avatar can be to have a sit request accepted |
* linkNumber is link number of the prim to change or one of LINK_SET,LINK_ROOT, LINK_ALL_OTHERS,LINK_ALL_CHILDREN or LINK_THIS | * linkNumber is link number of the prim to change or one of LINK_SET,LINK_ROOT, LINK_ALL_OTHERS,LINK_ALL_CHILDREN or LINK_THIS | ||
* range > 0: if a avatar if far from the prim by more than that value, a sit request is silent ignored | * range > 0: if a avatar if far from the prim by more than that value, a sit request is silent ignored |
Revision as of 05:47, 25 January 2020
osSetLinkSitActiveRange(integer linkNumber, float range)
| |
sets a limit on how far a avatar can be to have a sit request accepted
this value is stored on the prim, even if the script is removed | |
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 |