Difference between revisions of "LlRemoteLoadScript"

From Second Life Wiki
Jump to navigation Jump to search
(^_^)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{LSLFunctionAll|depreciated=llRemoteLoadScriptPin|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]]
{{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=llRemoteLoadScript|sort=RemoteLoadScript
|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
|func_desc=Deprecated
|return_text
|spec
|caveats=*This function returns an error message and does nothing else.
|constants
|examples
|helpers
|also_functions={{LSL DefineRow||[[llRemoteLoadScriptPin]]|}}
|deprecated=llRemoteLoadScriptPin
|also_events
|also_tests
|also_articles
|notes
|cat1=Script
|cat2
|cat3
|cat4
}}

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 );