Difference between revisions of "LlRemoteDataSetRegion"

From Second Life Wiki
Jump to navigation Jump to search
 
(FIXME: Does not work, should not be used.)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LSLFunctionAll|func_id=263|func_sleep=0.0|func_energy=10.0|func=llRemoteDataSetRegion|func_footnote=If an object using remote data channels changes regions, you must call this function to reregister the remote data channels.<br />You do not need to make this call if you dont change regions.|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|deprecated=llOpenRemoteDataChannel
|func=llRemoteDataSetRegion
|func_id=263|func_sleep=0.0|func_energy=10.0
|func_desc=Used with [[:Category:LSL_XML-RPC|XML-RPC]].  If an object using remote data channels changes regions, you must call this function to reregister the remote data channels.
|func_footnote=This call is not needed if the prim does not change regions.
|constants
|spec
|caveats
|examples
|helpers
|also_header
|also_functions
|also_tests
|also_events
|also_articles
|also_footer
|notes
|mode
|location
|cat1=XML-RPC
|cat2
|cat3
|cat4
|cat5
|cat6
}}

Revision as of 15:27, 11 July 2009

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

Summary

Function: llRemoteDataSetRegion( );

Used with XML-RPC. If an object using remote data channels changes regions, you must call this function to reregister the remote data channels.

This call is not needed if the prim does not change regions.

Caveats

All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function void llRemoteDataSetRegion();