some cleanup to last patch from Bill Blight and Vincent (mantis 8738)

This commit is contained in:
UbitUmarov
2020-08-08 18:27:45 +01:00
parent 4eee476423
commit cd5ac2eae9
4 changed files with 11 additions and 16 deletions

View File

@@ -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);