add method to get a category throttle rate

This commit is contained in:
UbitUmarov
2014-08-29 16:19:30 +01:00
parent fd0a635302
commit 7351d92a76
6 changed files with 53 additions and 38 deletions

View File

@@ -1186,6 +1186,7 @@ namespace OpenSim.Framework
void SetChildAgentThrottle(byte[] throttle);
void SetAgentThrottleSilent(int throttle, int setting);
int GetAgentThrottleSilent(int throttle);
void SendAvatarDataImmediate(ISceneEntity avatar);