NeighbourHandler child agents distances control

This commit is contained in:
UbitUmarov
2021-12-19 01:54:29 +00:00
parent eaadb889d5
commit bc590c2fc4
3 changed files with 53 additions and 31 deletions

View File

@@ -40,8 +40,9 @@ namespace OpenSim.Server.Handlers.Base
/// <summary>
/// Extract the param from an uri.
/// </summary>
/// <param name="uri">Something like this: /xxxx/uuid/ or /uuid/handle/release</param>
/// <param name="uri">uuid on uuid field</param>
/// <param name="uri">Something like this: /xxxx/uuid/ or /xxxx/uuid/handle/release</param>
/// <param name="uuid">uuid on uuid field</param>
/// <param name="regionHandle">optional regionHandle</param>
/// <param name="action">optional action</param>
public static bool GetParams(string path, out UUID uuid, out ulong regionHandle, out string action)
{