CEngineSharp_Server.World.Content_Managers.MapManager.GetMapIndex C# (CSharp) Method

GetMapIndex() public method

public GetMapIndex ( Map map ) : int
map CEngineSharp_Server.World.Maps.Map
return int
        public int GetMapIndex(Map map)
        {
            return _maps.IndexOf(map);
        }