diff options
author | Melanie | 2012-11-20 01:21:15 +0000 |
---|---|---|
committer | Melanie | 2012-11-20 01:21:15 +0000 |
commit | decc5318a78cee5a8c18746363ab3b041d430289 (patch) | |
tree | e80b997dea1ac13d795ad9f22dfb02bc1a844b35 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | Merge commit 'e9153e1d1aae50024d8cd05fe14a9bce34343a0e' into careminster (diff) | |
parent | Merge branch 'teravuswork' into avination (diff) | |
download | opensim-SC-decc5318a78cee5a8c18746363ab3b041d430289.zip opensim-SC-decc5318a78cee5a8c18746363ab3b041d430289.tar.gz opensim-SC-decc5318a78cee5a8c18746363ab3b041d430289.tar.bz2 opensim-SC-decc5318a78cee5a8c18746363ab3b041d430289.tar.xz |
Merge branch 'avination' into careminster
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 5551f51..8e0b72f 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -11920,6 +11920,18 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
11920 | } | 11920 | } |
11921 | 11921 | ||
11922 | /// <summary> | 11922 | /// <summary> |
11923 | /// Sets the throttles from values supplied by the client | ||
11924 | /// </summary> | ||
11925 | /// <param name="throttles"></param> | ||
11926 | public void SetAgentThrottleSilent(int throttle, int setting) | ||
11927 | { | ||
11928 | m_udpClient.ForceThrottleSetting(throttle,setting); | ||
11929 | //m_udpClient.SetThrottles(throttles); | ||
11930 | |||
11931 | } | ||
11932 | |||
11933 | |||
11934 | /// <summary> | ||
11923 | /// Get the current throttles for this client as a packed byte array | 11935 | /// Get the current throttles for this client as a packed byte array |
11924 | /// </summary> | 11936 | /// </summary> |
11925 | /// <param name="multiplier">Unused</param> | 11937 | /// <param name="multiplier">Unused</param> |