Move osFunctions into a new Careminster script interface

This commit is contained in:
CasperW
2009-12-09 22:57:35 +01:00
parent 2a6dbd068e
commit a6a6bf007a
9 changed files with 600 additions and 387 deletions

View File

@@ -163,10 +163,5 @@ 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);
}
}