From f1e13468069b8dc2719b12f0bc9bb3cc0d999e2a Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 31 May 2007 10:12:55 +0000 Subject: Added a few summary comments to OpenSim.World files --- OpenSim/OpenSim.World/Avatar.Client.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'OpenSim/OpenSim.World/Avatar.Client.cs') diff --git a/OpenSim/OpenSim.World/Avatar.Client.cs b/OpenSim/OpenSim.World/Avatar.Client.cs index 7656a89..2338f27 100644 --- a/OpenSim/OpenSim.World/Avatar.Client.cs +++ b/OpenSim/OpenSim.World/Avatar.Client.cs @@ -10,21 +10,36 @@ namespace OpenSim.world private List updateList = new List(); private List interestList = new List(); + /// + /// Forwards a packet to the Avatar's client (IClientAPI object). + /// Note: Quite likely to be obsolete once the Client API is finished + /// + /// public void SendPacketToViewer(Packet packet) { this.ControllingClient.OutPacket(packet); } + /// + /// + /// + /// public void AddTerseUpdateToViewersList(ImprovedTerseObjectUpdatePacket.ObjectDataBlock terseBlock) { } + /// + /// + /// public void SendUpdateListToViewer() { } + /// + /// + /// private void UpdateInterestList() { -- cgit v1.1