add a direct sendpartfullUpdate to send a full object update to a part,

optionally overriding its parentID. check what it does to attachments
This commit is contained in:
UbitUmarov
2014-08-21 00:49:10 +01:00
parent ea1c232f92
commit 5bf145a397
6 changed files with 43 additions and 0 deletions

View File

@@ -1702,5 +1702,8 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
{
}
public void SendPartFullUpdate(ISceneEntity ent, uint? parentID)
{
}
}
}