OsVolumeDetect

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
|threat_level=None
+
|threat_level=ignored
 +
|permissions=true
 +
|delay=0
 
|function_syntax=void osVolumeDetect(integer detect)
 
|function_syntax=void osVolumeDetect(integer detect)
|csharp_syntax=void osVolumeDetect(int detect)
 
 
|ossl_example=<source lang="lsl">
 
|ossl_example=<source lang="lsl">
 
// Example of osVolumeDetect
 
// Example of osVolumeDetect
Line 15: Line 16:
 
</source>
 
</source>
 
|description=...
 
|description=...
|
+
|additional_info=This function was added in 0.9.0.1}}
}}
+

Revision as of 10:17, 7 December 2018

void 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


Personal tools
General
About This Wiki