From 247b806134819f3806c078ca891791b718ff8984 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Tue, 28 Oct 2008 17:35:36 +0000
Subject: * minor: Add documentation to some of the appearance methods, change
some logging messages
---
OpenSim/Framework/IClientAPI.cs | 12 ++++++++++++
1 file changed, 12 insertions(+)
(limited to 'OpenSim/Framework/IClientAPI.cs')
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 46615cc..c8a54a7 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -635,8 +635,20 @@ namespace OpenSim.Framework
// void ActivateGesture(UUID assetId, UUID gestureId);
+ ///
+ /// Tell this client what items it should be wearing now
+ ///
+ ///
void SendWearables(AvatarWearable[] wearables, int serial);
+
+ ///
+ /// Send information about the given agent's appearance to another client.
+ ///
+ /// The id of the agent associated with the appearance
+ ///
+ ///
void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry);
+
void SendStartPingCheck(byte seq);
///
--
cgit v1.1