mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
From: Rob Smart <SMARTROB@uk.ibm.com>
Implement an osParseJSON method useful for handling simple JSON returns from http requests. This will only work in C# at this point.
This commit is contained in:
@@ -63,6 +63,8 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
void osSetStateEvents(int events);
|
||||
|
||||
void osOpenRemoteDataChannel(string channel);
|
||||
|
||||
System.Collections.Hashtable osParseJSON(string JSON);
|
||||
|
||||
string osGetScriptEngineName();
|
||||
void osSetParcelMediaTime(double time);
|
||||
|
||||
Reference in New Issue
Block a user