OsVolumeDetect
From OpenSimulator
(Difference between revisions)
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=None | |threat_level=None | ||
− | |function_syntax=osVolumeDetect( | + | |function_syntax=osVolumeDetect(integer 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(integer 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() { ... } } |