collision_start
collision_start(integer NumberOfCollisions)This event is raised when another object, or avatar, starts colliding with the object the script is attached to.
The number of detected objects is passed to the script. Information on those objects may be gathered via the llDetected* library functions.
Parameters
-
NumberOfCollisions(integer)
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here