Difference between revisions of "TMapsList.RemoveMap"
(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: | ||
− | ''''' | + | '''''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 11: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?) |