OsCollisionSound
From OpenSimulator
(Difference between revisions)
												
			m (Added permissions and delay information)  | 
			m (Added note stating which version of OpenSim introduced this function)  | 
			||
| Line 7: | Line 7: | ||
</source>  | </source>  | ||
|description=Sets collision sound to impact_sound with specified volume.  | |description=Sets collision sound to impact_sound with specified volume.  | ||
| − | |  | + | |additional_info=This function was added in 0.9.0-post-fixes  | 
}}  | }}  | ||
Revision as of 09:52, 15 October 2018
void osCollisionSound(string impact_sound, double impact_volume)
 
 | |
| Sets collision sound to impact_sound with specified volume. | |
| 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 | 
| Example(s) | |
| Notes | |
| This function was added in 0.9.0-post-fixes | |