Add some methods to allow modules so set client view options

This commit is contained in:
Melanie Thielker
2008-09-28 19:45:42 +00:00
parent 9709d01358
commit 1d5b2bb8bc
5 changed files with 49 additions and 0 deletions

View File

@@ -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<int, float> parameters);