mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Thank you, Grumly57 kindly for:
This patch proposes a new function : osOpenRemoteDataChannel(key channeID) that allow to open an XMLRPC channel for remote_data event. The difference is that the channelID can be customized instead of being randomly generated.
This commit is contained in:
@@ -2011,6 +2011,11 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
m_LSL_Functions.osSetStateEvents(events);
|
||||
}
|
||||
|
||||
public void osOpenRemoteDataChannel(string channel)
|
||||
{
|
||||
m_LSL_Functions.osOpenRemoteDataChannel(channel);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
public double llList2Float(LSL_Types.list src, int index)
|
||||
|
||||
Reference in New Issue
Block a user