Don't click here unless you want to be banned.

LSL Wiki : touch_end

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ec2-204-236-235-245.compute-1.amazonaws.com
touch_end(integer num_detected)

This event is raised when an agent stops touching the object the script is attached to. The number of touching agents is passed to the script in the num_detected parameter. Information on those objects may be gathered via the llDetected* library functions.

Event: Triggered: Triggered multiple times:
touch() while a user is clicking on the object. YES
touch_start() when a user starts clicking on the object. NO
touch_end() when a user stops clicking on the object. NO

Notes:

See also the llSetTouchText and llPassTouches functions.


Events
There is no comment on this page. [Display comments/form]