aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
authorlbsa712007-07-08 19:28:53 +0000
committerlbsa712007-07-08 19:28:53 +0000
commit252ff78eb3fafe2c8214446973f3c7f2e80297a2 (patch)
treea42bad2ef08769547004bdc0ce76b72c7e0221fc /OpenSim/Framework/General/Interfaces/IClientAPI.cs
parent* By popular demand, all generated build files are now deleted. Somebody shou... (diff)
downloadopensim-SC_OLD-252ff78eb3fafe2c8214446973f3c7f2e80297a2.zip
opensim-SC_OLD-252ff78eb3fafe2c8214446973f3c7f2e80297a2.tar.gz
opensim-SC_OLD-252ff78eb3fafe2c8214446973f3c7f2e80297a2.tar.bz2
opensim-SC_OLD-252ff78eb3fafe2c8214446973f3c7f2e80297a2.tar.xz
Applied animations patch (#175) submitted by dalien
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);