aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Common/OpenSim.Framework/Interfaces/IClientAPI.cs')
-rw-r--r--Common/OpenSim.Framework/Interfaces/IClientAPI.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
index a991fb6..9f7b619 100644
--- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
+++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
@@ -24,6 +24,11 @@ namespace OpenSim.Framework.Interfaces
24 event StartAnim OnStartAnim; 24 event StartAnim OnStartAnim;
25 event LinkObjects OnLinkObjects; 25 event LinkObjects OnLinkObjects;
26 26
27 LLVector3 StartPos
28 {
29 get;
30 set;
31 }
27 void SendAppearance(AvatarWearable[] wearables); 32 void SendAppearance(AvatarWearable[] wearables);
28 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); 33 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
29 } 34 }