OsCollisionSound
From OpenSimulator
(Difference between revisions)
| 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 | + | |additional_info=This function was added in 0.9.0.1}} |
| − | }} | + | |
Revision as of 09:07, 7 December 2018
void osCollisionSound(string impact_sound, float 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.1 | |