mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
add caps HomeLocation ; add client SendAlertMessage(string message, string info), where info in info message field. only minimal testing done
This commit is contained in:
@@ -1256,9 +1256,11 @@ namespace OpenSim.Framework
|
||||
void SendAttachedSoundGainChange(UUID objectID, float gain);
|
||||
|
||||
void SendNameReply(UUID profileId, string firstname, string lastname);
|
||||
void SendAlertMessage(string message);
|
||||
|
||||
void SendAlertMessage(string message);
|
||||
void SendAlertMessage(string message, string into);
|
||||
void SendAgentAlertMessage(string message, bool modal);
|
||||
|
||||
void SendLoadURL(string objectname, UUID objectID, UUID ownerID, bool groupOwned, string message, string url);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user