aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/General/Interfaces/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
index acacabe..c7e0d22 100644
--- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs
+++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
@@ -145,6 +145,7 @@ namespace OpenSim.Framework.Interfaces
145 145
146 void OutPacket(Packet newPack); 146 void OutPacket(Packet newPack);
147 void SendWearables(AvatarWearable[] wearables); 147 void SendWearables(AvatarWearable[] wearables);
148 void SendAnimation(LLUUID animID, int seq, LLUUID sourceAgentId);
148 void SendRegionHandshake(RegionInfo regionInfo); 149 void SendRegionHandshake(RegionInfo regionInfo);
149 void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); 150 void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
150 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); 151 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);