From 1d5b2bb8bc00b37e292236fa3d9326df84f2b76e Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sun, 28 Sep 2008 19:45:42 +0000 Subject: Add some methods to allow modules so set client view options --- OpenSim/Framework/IClientAPI.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework/IClientAPI.cs') 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 void SendLogoutPacket(); ClientInfo GetClientInfo(); void SetClientInfo(ClientInfo info); + void SetClientOption(string option, string value); + string GetClientOption(string option); void Terminate(); void SendSetFollowCamProperties(UUID objectID, SortedDictionary parameters); -- cgit v1.1