Difference between revisions of "TMapsList.GetMapIdByName"

From Soldat Community Wiki
Jump to: navigation, search
(Description)
(Description)
Line 5: Line 5:
  
 
{{note|When a map is not in the array, the returned ID equals '''-1'''.}}
 
{{note|When a map is not in the array, the returned ID equals '''-1'''.}}
 +
{{note|The function is not case sensitive.}}
 
[[Category:TMapsList]]
 
[[Category:TMapsList]]

Revision as of 19:31, 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: When a map is not in the array, the returned ID equals -1.
Note: The function is not case sensitive.