mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Added AttachObject method to IClientAPI.
Added RequestAvatar(LLUUID avatarID) method to world.
This commit is contained in:
@@ -591,6 +591,15 @@ namespace OpenSim.Region
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
public Avatar RequestAvatar(LLUUID avatarID)
|
||||
{
|
||||
if (this.Avatars.ContainsKey(avatarID))
|
||||
{
|
||||
return Avatars[avatarID];
|
||||
}
|
||||
return null;
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region ShutDown
|
||||
|
||||
Reference in New Issue
Block a user