OsVolumeDetect
From OpenSimulator
(Difference between revisions)
| Line 3: | Line 3: | ||
|permissions=true | |permissions=true | ||
|delay=0 | |delay=0 | ||
| − | |function_syntax= | + | |function_syntax= osVolumeDetect(integer detect) |
|ossl_example=<source lang="lsl"> | |ossl_example=<source lang="lsl"> | ||
// Example of osVolumeDetect | // Example of osVolumeDetect | ||
Revision as of 17:03, 1 May 2019
osVolumeDetect(integer detect)
| |
| ... | |
| 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) | |
// Example of osVolumeDetect default { state_entry() { ... } } | |
| Notes | |
| This function was added in 0.9.0.1 | |