Difference between revisions of "Moving end"

From Second Life Wiki
Jump to navigation Jump to search
Line 13: Line 13:
|also_header
|also_header
|also_events={{LSL DefineRow||[[moving_start]]|}}
|also_events={{LSL DefineRow||[[moving_start]]|}}
|also_functions
|also_functions={{LSL DefineRow||[[llTarget]]|}}
{{LSL DefineRow||[[llRotTarget]]|}}
|also_articles
|also_articles
|also_footer
|also_footer

Revision as of 20:36, 16 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

Functions

•  llTarget
•  llRotTarget

Deep Notes

Issues

All Issues

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

Signature

event void moving_end(  );