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

LSL Wiki : touch_end

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl423.us.archive.org
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
Comments [Hide comments/form]
Attach a comment to this page: