minor lsl changes like direct call DeliverMessage(ChatTypeEnum type, int channel, string name, UUID id, string msg, Vector3 sourcePosition)

This commit is contained in:
UbitUmarov
2022-06-18 16:08:17 +01:00
parent 470ab9199c
commit fa2da18c5f
3 changed files with 73 additions and 108 deletions

View File

@@ -108,6 +108,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// <param name="id">key of sender (object or avatar)</param>
/// <param name="msg">msg to sent</param>
void DeliverMessage(ChatTypeEnum type, int channel, string name, UUID id, string msg);
void DeliverMessage(ChatTypeEnum type, int channel, string name, UUID id, string msg, Vector3 sourcePosition);
/// <summary>
/// Delivers the message to a specified object in the region.