OsVolumeDetect
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level=None |function_syntax= |csharp_syntax=void osVolumeDetect(int detect) |ossl_example=<source lang="lsl"> // Example of osVolumeDetect default { st...") |
|||
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=None | |threat_level=None | ||
| − | |function_syntax= | + | |function_syntax=osVolumeDetect(int detect) |
|csharp_syntax=void osVolumeDetect(int detect) | |csharp_syntax=void osVolumeDetect(int detect) | ||
|ossl_example=<source lang="lsl"> | |ossl_example=<source lang="lsl"> | ||
Revision as of 08:50, 26 June 2017
osVolumeDetect(int detect)
C#: void osVolumeDetect(int detect) | |
| ... | |
| Threat Level | None |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
// Example of osVolumeDetect default { state_entry() { ... } } | |