Difference between revisions of "LlRotTarget"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=68|func_sleep=0.0|func_energy=10.0|func=llRotTarget|return_type=integer|p1_type=rotation|p1_name=rot|p2_type=float|p2_name=error|func_footnote=set rotations with error of rot as a rotational target and return an ID for the rotational target|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=68|func_sleep=0.0|func_energy=10.0
|func=llRotTarget
|return_type=integer|p1_type=rotation|p1_name=rot|p2_type=float|p2_name=error
|func_footnote=A similar function exists for positions: {{LSLG|llTarget}}
|func_desc=Registers a '''rot''' with a '''error''' that triggers {{LSLG|at_rot_target}} and {{LSLG|not_at_rot_target}} events until unregistered.
|return_text=that is the handle to unregister the target with {{LSLG|llRotTargetRemove}}
|spec
|caveats
|constants
|examples
|helpers
|also_functions=*{{LSLG|llTarget}}
*{{LSLG|llRotTargetRemove}}
|also_tests
|also_events=*{{LSLG|at_rot_target}}
*{{LSLG|not_at_rot_target}}
|also_articles
|notes
|cat1
|cat2
|cat3
|cat4
}}

Revision as of 12:13, 21 February 2007