Difference between revisions of "LlRotTarget"

From Second Life Wiki
Jump to navigation Jump to search
Line 18: Line 18:
|also_articles
|also_articles
|notes
|notes
|cat1
|cat1=Physics
|cat2
|cat2=Target
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 12:13, 21 February 2007

Summary

Function: integer llRotTarget( rotation rot, float error );

Registers a rot with a error that triggers at_rot_target and not_at_rot_target events until unregistered.
Returns an integer that is the handle to unregister the target with llRotTargetRemove

• rotation rot
• float error

A similar function exists for positions: llTarget

Examples

Deep Notes

Search JIRA for related Issues

Signature

function integer llRotTarget( rotation rot, float error );