aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-06-06 12:51:20 +0000
committerTeravus Ovares2008-06-06 12:51:20 +0000
commitc892ddcd2031466499ade7b101ba007d920af2fb (patch)
treefbf29835d4ec29011be02704e85d641bd333cd57 /OpenSim/Framework/IClientAPI.cs
parent* Fixes incorrect message server startup prompt (diff)
downloadopensim-SC_OLD-c892ddcd2031466499ade7b101ba007d920af2fb.zip
opensim-SC_OLD-c892ddcd2031466499ade7b101ba007d920af2fb.tar.gz
opensim-SC_OLD-c892ddcd2031466499ade7b101ba007d920af2fb.tar.bz2
opensim-SC_OLD-c892ddcd2031466499ade7b101ba007d920af2fb.tar.xz
* This wraps the autopilot request to the client's sit response. An interesting, but successful way to do it.
* This also takes care of a few error situations that were previously never seen.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index f5e98c8..0ece1a3 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -838,6 +838,7 @@ namespace OpenSim.Framework
838 838
839 event RequestObjectPropertiesFamily OnObjectGroupRequest; 839 event RequestObjectPropertiesFamily OnObjectGroupRequest;
840 event ScriptReset OnScriptReset; 840 event ScriptReset OnScriptReset;
841 event UpdateVector OnAutoPilotGo;
841 842
842 [Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST outside of LLClientView please refactor appropriately.")] 843 [Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST outside of LLClientView please refactor appropriately.")]
843 void OutPacket(Packet newPack, ThrottleOutPacketType packType); 844 void OutPacket(Packet newPack, ThrottleOutPacketType packType);