Difference between revisions of "TMapsList.AddMap"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''function AddMap(Name: string) ''''' Name: name of the map to be added ==Description== Adds a map to TMapsList {{test|What if a map is already on there?}} [[Catego...")
 
 
Line 1: Line 1:
  '''''function AddMap(Name: string) '''''
+
  '''''procedure AddMap(Name: string) '''''
 
   Name: name of the map to be added
 
   Name: name of the map to be added
 
==Description==
 
==Description==

Latest revision as of 12:00, 9 September 2016

procedure AddMap(Name: string) 
 Name: name of the map to be added

Description

Adds a map to TMapsList

Needs testing (What if a map is already on there?)