mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
minor changes to last patch
This commit is contained in:
@@ -138,7 +138,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
int osRegionRestart(double seconds);
|
||||
int osRegionRestart(double seconds, string msg);
|
||||
void osRegionNotice(string msg);
|
||||
void osRegionNotice(string agentID, string msg);
|
||||
void osRegionNotice(LSL_Key agentID, string msg);
|
||||
bool osConsoleCommand(string Command);
|
||||
void osSetParcelMediaURL(string url);
|
||||
void osSetPrimFloatOnWater(int floatYN);
|
||||
|
||||
Reference in New Issue
Block a user