Difference between revisions of "Moving end"

From Second Life Wiki
Jump to navigation Jump to search
(Added on-rez caveat)
Line 1: Line 1:
{{LSL_Event|event_id=26|event_delay|event=moving_end
{{LSL_Event|event_id=26|event_delay|event=moving_end
|inject-2={{Issues/SVC-1004}}
|event_desc=Triggered when task stops moving
|event_desc=Triggered when task stops moving
|constants
|constants

Revision as of 09:14, 14 January 2011

Description

! Event: moving_end( ){ ; }

Triggered when task stops moving


Caveats

  • The moving_start and moving_end events require special handling when scripting attachments.
    • After adding or editing a script you must:
      • Take off the attachment and then wear the attachment again.
  • This event is also triggered when an object is rezzed (unless, presumably, you happen to rez it in precisely the same spot it was before.)

Important Issues

~ All Issues ~ Search JIRA for related Bugs
   Behavior of moving_start() and moving_end() is inconsistent.

Examples

See Also

Events

•  moving_start

Deep Notes

Issues

All Issues

~ Search JIRA for related Issues
   Behavior of moving_start() and moving_end() is inconsistent.

Signature

event void moving_end(  );