OsVolumeDetect
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
Line 17: | Line 17: | ||
</source> | </source> | ||
|description=... | |description=... | ||
− | | | + | |additional_info=This function was added in 0.9.0-post-fixes |
}} | }} |
Revision as of 09:59, 15 October 2018
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() { ... } } | |
Notes | |
This function was added in 0.9.0-post-fixes |