Difference between revisions of "LlRemoteLoadScript"

From Second Life Wiki
Jump to navigation Jump to search
Line 16: Line 16:
|return_text
|return_text
|spec
|spec
|caveats
|caveats=*This function returns an error message and does nothing else.
|examples
|examples
|helpers
|helpers
|related
|also_functions=*{{LSLG|llRemoteLoadScriptPin}}
|also
|notes
|notes
}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
}}[[Category:LSL_Functions]][[Category:LSL_Stub]]

Revision as of 18:45, 27 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.
Emblem-important.png Deprecated
(This function has been deprecated, please use llRemoteLoadScriptPin instead.)

  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.
  • This function has been deprecated, please use llRemoteLoadScriptPin instead.
  • This function returns an error message and does nothing else.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Deep Notes

Search JIRA for related Issues

Signature

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