llRotTarget

From Second Life Wiki
Revision as of 11:31, 21 February 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: integer llRotTarget( rotation rot, float error );
0.0 Forced Delay
10.0 Energy

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
This function does not rotate the object, to do that use llSetRot or llRotLookAt.

Examples

Deep Notes

Signature

function integer llRotTarget( rotation rot, float error );