TMapsList.GetMapIdByName

From Soldat Community Wiki
Revision as of 12:04, 9 September 2016 by Mighty (talk | contribs) (Created page with " '''''function GetMapIdByName(Name: string): integer''''' Name: name of the map to searched ==Description== Returns the index of ''Name'' in TMapsList.Map array {{test|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
function GetMapIdByName(Name: string): integer
 Name: name of the map to searched

Description

Returns the index of Name in TMapsList.Map array

Needs testing (What if a map is already on there? is it case-sensitive?)