diff options
author | lbsa71 | 2007-07-08 19:28:53 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-08 19:28:53 +0000 |
commit | 252ff78eb3fafe2c8214446973f3c7f2e80297a2 (patch) | |
tree | a42bad2ef08769547004bdc0ce76b72c7e0221fc /OpenSim/Framework/General/Interfaces | |
parent | * By popular demand, all generated build files are now deleted. Somebody shou... (diff) | |
download | opensim-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 'OpenSim/Framework/General/Interfaces')
-rw-r--r-- | OpenSim/Framework/General/Interfaces/IClientAPI.cs | 1 |
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); |