mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Part2).
Updated the JavaVM to a later version I did (basically some clean up and a little bit more functional). Added SendLoadURL method to IClientAPI.
This commit is contained in:
@@ -211,5 +211,6 @@ namespace OpenSim.Framework.Interfaces
|
||||
void SendNameReply(LLUUID profileId, string firstname, string lastname);
|
||||
void SendAlertMessage(string message);
|
||||
void SendAgentAlertMessage(string message, bool modal);
|
||||
void SendLoadURL(string objectname, LLUUID objectID, LLUUID ownerID, bool groupOwned, string message, string url);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user