mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Add avatar and attachments to llRegionSay
llRegionSay will now message avatars on chan 0
and will message attachments on the avatar that
listen on channels other than 0.
This behavior is consistant with the LL
implementation as tested on regions in Agni
with one exception: this implementation does
not include issue:
https://jira.secondlife.com/browse/SCR-66?
This commit is contained in:
@@ -98,7 +98,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <param name='msg'>
|
||||
/// Message.
|
||||
/// </param>
|
||||
void DeliverMessageTo(UUID target, int channel, string name, UUID id, string msg);
|
||||
bool DeliverMessageTo(UUID target, int channel, Vector3 pos, string name, UUID id, string msg, out string error);
|
||||
|
||||
/// <summary>
|
||||
/// Are there any listen events ready to be dispatched?
|
||||
|
||||
Reference in New Issue
Block a user