Difference between revisions of "LlCreateLink"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=141|func_sleep=1.0|func_energy=10.0|func=llCreateLink|p1_type=key|p1_name=target|p2_type=integer|p2_name=parent|func_footnote=Attempt to link task script is attached to and target (requires permission PERMISSION_CHANGE_LINKS be set). If parent == TRUE, task script is attached to is the root|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSLFunctionAll
|func_id=141
|func_sleep=1.0
|func_energy=10.0
|func=llCreateLink
|p1_type=key
|p1_name=target
|p2_type=integer
|p2_name=parent
|permission=PERMISSION_CHANGE_LINKS
|func_desc=Attempt to link task script is attached to and target. If parent == TRUE, task script is attached to is the root
|return_text
|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Stub]]

Revision as of 19:36, 29 January 2007

   Outdated templated used

Please change the template from 'LSLFunctionAll' to 'LSL_Function' (just replace 'LSLFunctionAll' with 'LSL_Function', do this after fixing any other erorr messages.

Summary

Function: llCreateLink( key target, integer parent );

Attempt to link task script is attached to and target. If parent == TRUE, task script is attached to is the root

• key target
• integer parent

Caveats

  • This function causes the script to sleep for 1.0 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function void llCreateLink( key target, integer parent );