OsVolumeDetect
From OpenSimulator
(Difference between revisions)
Line 15: | Line 15: | ||
} | } | ||
</source> | </source> | ||
− | |description=. | + | |description= If script is on roof prim, it is like llVolumeDetect(). On child prims, it will turn that prim a detector. |
|additional_info=This function was added in 0.9.0.1}} | |additional_info=This function was added in 0.9.0.1}} |
Revision as of 09:05, 6 November 2019
osVolumeDetect(integer detect)
| |
If script is on roof prim, it is like llVolumeDetect(). On child prims, it will turn that prim a detector. | |
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 |