Difference between revisions of "At target"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL at target moved to At target: removing prefix)
Line 10: Line 10:
|helpers
|helpers
|also_header
|also_header
|also_events
|also_events={{LSL DefineRow||[[not_at_target]]|}}
|also_functions
{{LSL DefineRow||[[at_rot_target]]|}}
{{LSL DefineRow||[[not_at_rot_target]]|}}
|also_functions={{LSL DefineRow||[[llTarget]]|Setup a target position}}
{{LSL DefineRow||[[llTargetRemove]]|Stop a target position}}
{{LSL DefineRow||[[llRotTarget]]|Setup a target rotation}}
{{LSL DefineRow||[[llRotTargetRemove]]|Stop a target rotation}}
|also_articles
|also_articles
|also_footer
|also_footer

Revision as of 01:34, 26 February 2007

Description

Event: at_target( integer tnum, vector targetpos, vector ourpos ){ ; }

Result of llTarget library function call

• integer tnum
• vector targetpos
• vector ourpos

Examples

See Also

Events

•  not_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 at_target( integer tnum, vector targetpos, vector ourpos );