Difference between revisions of "LlRemoteDataSetRegion"

From Second Life Wiki
Jump to navigation Jump to search
(template)
(FIXME: Does not work, should not be used.)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|deprecated=llOpenRemoteDataChannel
|func=llRemoteDataSetRegion
|func=llRemoteDataSetRegion
|func_id=263
|func_id=263|func_sleep=0.0|func_energy=10.0
|func_sleep=0.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_energy=10.0
|func_footnote=This call is not needed if the prim does not change regions.
|sort=RemoteDataSetRegion
|func_desc=Used with XMLRPC.  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.
|func_footnote
|return_type
|return_text
|p1_type|p1_name|p1_desc
|p2_type|p2_name|p2_desc
|p3_type|p3_name|p3_desc
|p4_type|p4_name|p4_desc
|p5_type|p5_name|p5_desc
|p6_type|p6_name|p6_desc
|p7_type|p7_name|p7_desc
|p8_type|p8_name|p8_desc
|p9_type|p9_name|p9_desc
|p10_type|p10_name|p10_desc
|p11_type|p11_name|p11_desc
|p12_type|p12_name|p12_desc
|constants
|constants
|spec
|spec
Line 34: Line 18:
|notes
|notes
|mode
|mode
|deprecated
|location
|location
|inventory
|cat1=XML-RPC
|permission
|negative_index
|cat1=Stub
|cat2
|cat2
|cat3
|cat3

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