aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-04-23 11:52:25 +0000
committerAdam Frisby2008-04-23 11:52:25 +0000
commitbca7ab7e363e9c9874a9ab137b60a042b9d1139c (patch)
tree52150bf5c1514fdad8ff086c84af8e6ae67cbb17 /OpenSim/Framework/IClientAPI.cs
parent* Fix mantis #842 - folders which are created but left named "New Folder" in ... (diff)
downloadopensim-SC_OLD-bca7ab7e363e9c9874a9ab137b60a042b9d1139c.zip
opensim-SC_OLD-bca7ab7e363e9c9874a9ab137b60a042b9d1139c.tar.gz
opensim-SC_OLD-bca7ab7e363e9c9874a9ab137b60a042b9d1139c.tar.bz2
opensim-SC_OLD-bca7ab7e363e9c9874a9ab137b60a042b9d1139c.tar.xz
* Applying Mantis #1020 (Animations) - Thanks Melanie.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index b8264ba..53c75b0 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -245,7 +245,7 @@ namespace OpenSim.Framework
245 245
246 public delegate void SetAppearance(byte[] texture, AgentSetAppearancePacket.VisualParamBlock[] visualParam); 246 public delegate void SetAppearance(byte[] texture, AgentSetAppearancePacket.VisualParamBlock[] visualParam);
247 247
248 public delegate void StartAnim(IClientAPI remoteClient, LLUUID animID, int seq); 248 public delegate void StartAnim(IClientAPI remoteClient, LLUUID animID);
249 249
250 public delegate void StopAnim(IClientAPI remoteClient, LLUUID animID); 250 public delegate void StopAnim(IClientAPI remoteClient, LLUUID animID);
251 251
@@ -572,6 +572,8 @@ namespace OpenSim.Framework
572 string FirstName { get; } 572 string FirstName { get; }
573 573
574 string LastName { get; } 574 string LastName { get; }
575
576 int NextAnimationSequenceNumber { get; }
575 577
576 /// <summary> 578 /// <summary>
577 /// Returns the full name of the agent/avatar represented by this client 579 /// Returns the full name of the agent/avatar represented by this client