mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* refactor: move url sending from scene to DialogModule
This commit is contained in:
@@ -92,7 +92,20 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
/// <param name="buttonlabels"></param>
|
||||
void SendDialogToUser(
|
||||
UUID avatarID, string objectName, UUID objectID, UUID ownerID,
|
||||
string message, UUID textureID, int ch, string[] buttonlabels);
|
||||
string message, UUID textureID, int ch, string[] buttonlabels);
|
||||
|
||||
/// <summary>
|
||||
/// Send a url to a particular user.
|
||||
/// </summary>
|
||||
/// <param name="avatarID"></param>
|
||||
/// <param name="objectName"></param>
|
||||
/// <param name="objectID"></param>
|
||||
/// <param name="ownerID"></param>
|
||||
/// <param name="groupOwned"></param>
|
||||
/// <param name="message"></param>
|
||||
/// <param name="url"></param>
|
||||
void SendUrlToUser(
|
||||
UUID avatarID, string objectName, UUID objectID, UUID ownerID, bool groupOwned, string message, string url);
|
||||
|
||||
/// <summary>
|
||||
/// Send a notification to all users in the scene. This notification should remain around until the
|
||||
|
||||
Reference in New Issue
Block a user