Thank you Hashbox for adding the

osConsoleCommand Feature to ll-functions.
This commit is contained in:
Charles Krinke
2008-02-17 21:15:43 +00:00
parent c2d7beb617
commit e6a74344e7
4 changed files with 20 additions and 4 deletions

View File

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