OsSetSoundRadius
From OpenSimulator
(Difference between revisions)
BillBlight (Talk | contribs) |
m (Corrected C&P issue and added additional information) |
||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
− | + | |function_syntax=void osSetSoundRadius(integer linknum, float radius); | |
− | |function_syntax=void osSetSoundRadius( | + | |threat_level=ignored |
− | + | |permissions=true | |
− | |description=Establishes a hard cut-off radius for audibility of scripted sounds (both attached and triggered). | + | |delay=0 |
− | | | + | |description=Establishes a hard cut-off radius for audibility of scripted sounds (both attached and triggered) in the specified prim of a linkset. |
+ | |additional_info=''This function is not currently implemented in viewer code, it appears to have been active in a pre-release of the LL viewer, and has been non-functional back as far as 2005'' | ||
+ | This function was added in 0.9.0.1 | ||
}} | }} | ||
− |
Revision as of 14:12, 4 November 2018
void osSetSoundRadius(integer linknum, float radius);
| |
Establishes a hard cut-off radius for audibility of scripted sounds (both attached and triggered) in the specified prim of a linkset. | |
Threat Level | This function does not do a threat level check |
Permissions | Use of this function is always allowed by default |
Extra Delay | 0 seconds |
Notes | |
This function is not currently implemented in viewer code, it appears to have been active in a pre-release of the LL viewer, and has been non-functional back as far as 2005
This function was added in 0.9.0.1 |