OsCollisionSound
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level=None |delay=1 |function_syntax=void osCollisionSound(string impact_sound, double impact_volume) |ossl_example=<source lang="lsl"> </source> |descripti...") |
m |
||
| Line 5: | Line 5: | ||
|ossl_example=<source lang="lsl"> | |ossl_example=<source lang="lsl"> | ||
</source> | </source> | ||
| − | |description= | + | |description=Sets collision sound to impact_sound with specified volume. |
| | | | ||
}} | }} | ||
Revision as of 19:12, 6 January 2017
void osCollisionSound(string impact_sound, double impact_volume)
| |
| Sets collision sound to impact_sound with specified volume. | |
| Threat Level | None |
| Permissions | No permissions specified |
| Extra Delay | 1 seconds |
| Example(s) | |