OsSetSitActiveRange
From OpenSimulator
(Difference between revisions)
Line 7: | Line 7: | ||
* range < 0: sits are disabled. Requests are silently ignored | * range < 0: sits are disabled. Requests are silently ignored | ||
this value is stored on the prim, even if the script is removed | this value is stored on the prim, even if the script is removed | ||
− | |threat_level= | + | |threat_level= None |
− | |permissions= | + | |permissions= true |
|delay=0 | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info=This function was added in 0.9.2.0 | |additional_info=This function was added in 0.9.2.0 | ||
}} | }} |
Revision as of 12:15, 23 January 2020
osSetActiveRange(float range)
| |
sets a limit on how far a avatar can be to accept a sit request
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 |