mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
some cleanup to last patch from Bill Blight and Vincent (mantis 8738)
This commit is contained in:
@@ -142,8 +142,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
void osRegionNotice(string msg);
|
||||
void osRegionNotice(LSL_Key agentID, string msg);
|
||||
bool osConsoleCommand(string Command);
|
||||
void osSetParcelMusicURL(string url);
|
||||
void osSetParcelMediaURL(string url);
|
||||
void osSetParcelMusicURL(LSL_String url);
|
||||
void osSetParcelMediaURL(LSL_String url);
|
||||
void osSetPrimFloatOnWater(int floatYN);
|
||||
void osSetParcelSIPAddress(string SIPAddress);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user