Difference between revisions of "Not at target"

From Second Life Wiki
Jump to navigation Jump to search
Line 11: Line 11:
|helpers
|helpers
|also_header
|also_header
|also_events
|also_events={{LSL DefineRow||[[at_target]]|}}
{{LSL DefineRow||[[at_rot_target]]|}}
{{LSL DefineRow||[[not_at_rot_target]]|}}
|also_functions={{LSL DefineRow||[[llTarget]]|Setup a target position}}
|also_functions={{LSL DefineRow||[[llTarget]]|Setup a target position}}
{{LSL DefineRow||[[llTargetRemove]]|Stop a target position}}
{{LSL DefineRow||[[llTargetRemove]]|Stop a target position}}

Revision as of 01:34, 26 February 2007

Description

Event: not_at_target( ){ ; }

Triggered if an object has not yet reached the the target set by the call to llTarget.

This event may be triggered multiple times if the target has not been reached.

Examples

See Also

Events

•  at_target
•  at_rot_target
•  not_at_rot_target

Functions

•  llTarget Setup a target position
•  llTargetRemove Stop a target position
•  llRotTarget Setup a target rotation
•  llRotTargetRemove Stop a target rotation

Deep Notes

Signature

event void not_at_target(  );