Difference between revisions of "LlRemoteLoadScript"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSL_Depreciated|llRemoteLoadScriptPin}}{{LSLFunctionAll|func_id=251|func_sleep=3.0|func_energy=10.0|func=llRemoteLoadScript|p1_type=key|p1_name=target|p2_type=string|p2_name=name|p3_type=integer|p3_name=running|p4_type=integer|p4_name=start_param|func_footnote=Depreciated|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Depreciated|llRemoteLoadScriptPin}}{{LSLFunctionAll|func_id=251|func_sleep=3.0|func_energy=10.0|func=llRemoteLoadScript|p1_type=key|p1_name=target|p2_type=string|p2_name=name|p3_type=integer|p3_name=running|p4_type=integer|p4_name=start_param|func_footnote|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]

Revision as of 17:41, 26 January 2007

Dead Template
Use Template:LSL Generic/deprecated instead.

   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.

  Either 'func_desc' or 'return_type' & 'return_text' must be defined

(Please use 'return_text' & 'return_type' or 'func_desc' to summarize the functions actions.)

Summary

Function: llRemoteLoadScript( key target, string name, integer running, integer start_param );
• key target
• string name
• integer running
• integer start_param

Caveats

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

Examples

Deep Notes

Search JIRA for related Issues

Signature

function void llRemoteLoadScript( key target, string name, integer running, integer start_param );