NewMap
From SwinGame
NewMap loads a map so the loaded data can be obtained from the game using the GameMap routine.
Warning: This must be called from the LoadMaps routine.
Where is it: GAMERESOURCES
Contents |
Languages
Pascal
procedure NewMap(mapName: String);
C#
private void Resources.NewMap(String mapName);
Visual Basic .NET
Private Sub Resources.NewMap(ByVal mapName As String);
Visual Basic 6
Private Sub NewMap(ByVal mapName As String)

