TMapsList.GetMapIdByName
function GetMapIdByName(Name: string): integer Name: name of the map to searched
Description
Returns the index of Name in TMapsList.Map array
Note: What if a map is not in the array? is it case-sensitive? |
function GetMapIdByName(Name: string): integer Name: name of the map to searched
Returns the index of Name in TMapsList.Map array
Note: What if a map is not in the array? is it case-sensitive? |