Thank you kindly, Ldviopeng for:

Patch to implement the following LSL / OS functions
llParcelPrimCount(60%)
osSetParcelMediaURL
This commit is contained in:
Charles Krinke
2008-03-08 18:06:10 +00:00
parent e41b45d107
commit 3151e302ca
5 changed files with 151 additions and 6 deletions

View File

@@ -641,6 +641,7 @@ namespace OpenSim.Region.ScriptEngine.Common
int osTerrainSetHeight(int x, int y, double val);
int osRegionRestart(double seconds);
void osRegionNotice(string msg);
bool osConsoleCommand(string Command);
bool osConsoleCommand(string Command);
void osSetParcelMediaURL(string url);
}
}