aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-09-28 19:45:42 +0000
committerMelanie Thielker2008-09-28 19:45:42 +0000
commit1d5b2bb8bc00b37e292236fa3d9326df84f2b76e (patch)
tree87b89bd4923cae371fc2efa23b52461891b35890 /OpenSim/Framework/IClientAPI.cs
parentRemove llSetVehicledoubleParam. It does not exist. (diff)
downloadopensim-SC_OLD-1d5b2bb8bc00b37e292236fa3d9326df84f2b76e.zip
opensim-SC_OLD-1d5b2bb8bc00b37e292236fa3d9326df84f2b76e.tar.gz
opensim-SC_OLD-1d5b2bb8bc00b37e292236fa3d9326df84f2b76e.tar.bz2
opensim-SC_OLD-1d5b2bb8bc00b37e292236fa3d9326df84f2b76e.tar.xz
Add some methods to allow modules so set client view options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 3b5bcaa..9df1e00 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -749,6 +749,8 @@ namespace OpenSim.Framework
749 void SendLogoutPacket(); 749 void SendLogoutPacket();
750 ClientInfo GetClientInfo(); 750 ClientInfo GetClientInfo();
751 void SetClientInfo(ClientInfo info); 751 void SetClientInfo(ClientInfo info);
752 void SetClientOption(string option, string value);
753 string GetClientOption(string option);
752 void Terminate(); 754 void Terminate();
753 755
754 void SendSetFollowCamProperties(UUID objectID, SortedDictionary<int, float> parameters); 756 void SendSetFollowCamProperties(UUID objectID, SortedDictionary<int, float> parameters);