Difference between revisions of "TMapsList.GetMapIdByName"
(→Description) |
|||
Line 4: | Line 4: | ||
Returns the index of ''Name'' in [[TMapsList.Map]] array | Returns the index of ''Name'' in [[TMapsList.Map]] array | ||
− | {{ | + | {{note|What if a map is not in the array? is it case-sensitive?}} |
[[Category:TMapsList]] | [[Category:TMapsList]] |
Revision as of 19:13, 13 June 2018
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? |