mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Enable scripting interface for windlight
This commit is contained in:
@@ -80,7 +80,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
// Avatar Info Commands
|
||||
string osGetAgentIP(string agent);
|
||||
LSL_List osGetAgents();
|
||||
|
||||
|
||||
// Teleport commands
|
||||
void osTeleportAgent(string agent, string regionName, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
|
||||
void osTeleportAgent(string agent, int regionX, int regionY, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
|
||||
@@ -163,5 +163,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
key osGetMapTexture();
|
||||
key osGetRegionMapTexture(string regionName);
|
||||
LSL_List osGetRegionStats();
|
||||
|
||||
// Windlight Functions
|
||||
LSL_List osGetWindlightScene(LSL_List rules);
|
||||
int osSetWindlightScene(LSL_List rules);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user