Difference between revisions of "LlRemoteLoadScript"

From Second Life Wiki
Jump to navigation Jump to search
(^_^)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|inject-2={{LSL_Function/inventory|name|type=script|no_caveat=*}}
{{LSL_Function/prim|target|sim=*}}
|func_id=251|func_sleep=3.0|func_energy=10.0
|func_id=251|func_sleep=3.0|func_energy=10.0
|func=llRemoteLoadScript|sort=RemoteLoadScript
|func=llRemoteLoadScript|sort=RemoteLoadScript
Line 7: Line 9:
|p4_type=integer|p4_name=start_param
|p4_type=integer|p4_name=start_param
|func_footnote
|func_footnote
|func_desc=Depreciated
|func_desc=Deprecated
|return_text
|return_text
|spec
|spec
Line 14: Line 16:
|examples
|examples
|helpers
|helpers
|also_functions={{LSL DefineRow||{{LSLG|llRemoteLoadScriptPin}}|}}
|also_functions={{LSL DefineRow||[[llRemoteLoadScriptPin]]|}}
|deprecated=llRemoteLoadScriptPin
|deprecated=llRemoteLoadScriptPin
|also_events
|also_events

Latest revision as of 10:42, 13 June 2012

Emblem-important.png Deprecated
(This function has been deprecated, please use llRemoteLoadScriptPin instead.)

Summary

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

Deprecated

• key target prim UUID that is in the same region
• string name a script in the inventory of the prim this script is in
• 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

Functions

•  llRemoteLoadScriptPin

Deep Notes

Search JIRA for related Issues

Signature

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