Difference between revisions of "LlRemoteDataSetRegion"

From Second Life Wiki
Jump to navigation Jump to search
(FIXME: Does not work, should not be used.)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|deprecated=llOpenRemoteDataChannel
|func=llRemoteDataSetRegion
|func=llRemoteDataSetRegion
|func_id=263|func_sleep=0.0|func_energy=10.0
|func_id=263|func_sleep=0.0|func_energy=10.0
|sort=RemoteDataSetRegion
|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_desc=Used with [[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.
|func_footnote=This call is not needed if the prim does not change regions.
|constants
|constants

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