OpenSim.Region.Framework.Scenes.ScenePresence.GetKnownRegionList C# (CSharp) Method

GetKnownRegionList() public method

public GetKnownRegionList ( ) : List
return List
        public List<ulong> GetKnownRegionList()
        {
            return new List<ulong>(m_knownChildRegions.Keys);
        }
ScenePresence