Difference between revisions of "At rot target"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 24: Line 24:
|deprecated
|deprecated
|cat1=Target
|cat1=Target
|cat2
|cat2=Physics
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 09:13, 18 February 2008

Description

Event: at_rot_target( integer tnum, rotation targetrot, rotation ourrot ){ ; }

Result of llRotTarget library function call

• integer tnum llRotTarget return
• rotation targetrot llRotTarget rot parameter
• rotation ourrot current rotation (similar to llGetRot)

Examples

See Also

Events

•  not_at_rot_target
•  at_target
•  not_at_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_rot_target( integer tnum, rotation targetrot, rotation ourrot );