mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Add some methods to allow modules so set client view options
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user