OsVolumeDetect
From OpenSimulator
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() { ... } } | |