OsSetSitActiveRange
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |function_syntax=osSetActiveRange(float range) |csharp_syntax= |description= sets a limit on how far a avatar can be to accept a sit request * range > 0: if a avata...") |
|||
Line 3: | Line 3: | ||
|csharp_syntax= | |csharp_syntax= | ||
|description= sets a limit on how far a avatar can be to accept a sit request | |description= sets a limit on how far a avatar can be to accept a sit request | ||
− | * range > 0: if a avatar if far from the prim by more | + | * range > 0: if a avatar if far from the prim by more than that value, a sit request is silent ignored |
* range == 0: disables this limit. Region default is used. Current that is unlimited if a sit target is set or physics can sit the avatar, otherwise 10m | * range == 0: disables this limit. Region default is used. Current that is unlimited if a sit target is set or physics can sit the avatar, otherwise 10m | ||
* range < 0: sits are disabled. Requests are silently ignored | * range < 0: sits are disabled. Requests are silently ignored |
Revision as of 12:13, 23 January 2020
osSetActiveRange(float range)
| |
sets a limit on how far a avatar can be to accept a sit request
| |
Threat Level | none is unknown threat level |
Permissions | none |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.9.2.0 |