OsCollisionSound
From OpenSimulator
(Difference between revisions)
m |
m (Added permissions and delay information) |
||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
− | |threat_level= | + | |threat_level=ignored |
− | |delay= | + | |permissions=true |
+ | |delay=0 | ||
|function_syntax=void osCollisionSound(string impact_sound, double impact_volume) | |function_syntax=void osCollisionSound(string impact_sound, double impact_volume) | ||
|ossl_example=<source lang="lsl"> | |ossl_example=<source lang="lsl"> |
Revision as of 19:27, 25 October 2017
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) | |