Difference between revisions of "LlRemoteDataSetRegion"
Jump to navigation
Jump to search
All Issues ~ Search JIRA for related Bugs
(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 | ||
|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 14:27, 11 July 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
![]() |
Deprecated |
(This function has been deprecated, please use llOpenRemoteDataChannel instead.) |
Summary
Function: llRemoteDataSetRegion( );263 | Function ID |
0.0 | Forced Delay |
10.0 | Energy |
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
- This function has been deprecated, please use llOpenRemoteDataChannel instead.