mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user