mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
minor lsl changes like direct call DeliverMessage(ChatTypeEnum type, int channel, string name, UUID id, string msg, Vector3 sourcePosition)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user