OpenMetaverse.GridManager.RequestMainlandSims C# (CSharp) Method

RequestMainlandSims() public method

Request data for all mainland (Linden managed) simulators
public RequestMainlandSims ( GridLayerType layer ) : void
layer GridLayerType
return void
        public void RequestMainlandSims(GridLayerType layer)
        {
            RequestMapBlocks(layer, 0, 0, 65535, 65535, false);
        }