llTarget

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: integer llTarget( vector position, float range );
0.0 Forced Delay
10.0 Energy

This function is to have the script know when it has reached a position.
It registers a position with a range that triggers at_target and not_at_target events continuously until unregistered.
Returns an integer that is the handle to unregister the target with llTargetRemove.

• vector position
• float range

A similar function exists for rotations: llRotTarget
This function does not move the object, to do that use llSetPos or llMoveToTarget.

Examples

See Also

Deep Notes

Signature

function integer llTarget( vector position, float range );