OsVolumeDetect

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=None
 
|threat_level=None
|function_syntax=osVolumeDetect(int detect)
+
|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 09: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()
    {
        ...
    }
}
Personal tools
General
About This Wiki