Mantis#1411. Thank you kindly for Dataserver.cs and a patch

that adds function stub to request region info by name and
adds llRequestSimulatorData() and the dataserver event
This commit is contained in:
Charles Krinke
2008-05-29 13:55:02 +00:00
parent c2925dcd40
commit a84456c239
8 changed files with 198 additions and 7 deletions

View File

@@ -576,7 +576,7 @@ namespace OpenSim.Region.ScriptEngine.Common
//wiki: llOwnerSay(string msg)
void llOwnerSay(string msg);
//wiki: key llRequestSimulatorData(string simulator, integer data)
void llRequestSimulatorData(string simulator, int data);
string llRequestSimulatorData(string simulator, int data);
//wiki: llForceMouselook(integer mouselook)
void llForceMouselook(int mouselook);
//wiki: double llGetObjectMass(key id)