Difference between revisions of "TMapsList.RemoveMap"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''function RemoveMap(Name: string) ''''' Name: name of the map to be removed ==Description== Rmoves a map from TMapsList {{test|What if a map is not on the list? Is...")
 
 
Line 1: Line 1:
  '''''function RemoveMap(Name: string) '''''
+
  '''''procedure RemoveMap(Name: string) '''''
 
   Name: name of the map to be removed
 
   Name: name of the map to be removed
 
==Description==
 
==Description==

Latest revision as of 12:01, 9 September 2016

procedure RemoveMap(Name: string) 
 Name: name of the map to be removed

Description

Rmoves a map from TMapsList

Needs testing (What if a map is not on the list? Is it case-sensitive?)