llTarget

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

Summary

Function: integer llTarget( vector position, float range );

Registers a position with a range that triggers at_target and not_at_target events 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

Examples

Deep Notes

Search JIRA for related Issues

Signature

function integer llTarget( vector position, float range );