OsVolumeDetect
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
|||
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
| − | |threat_level= | + | |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) | |csharp_syntax=void osVolumeDetect(int detect) | ||
Revision as of 19:48, 25 October 2017
void osVolumeDetect(integer detect)
C#: void osVolumeDetect(int 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() { ... } } | |