C# Class entity.Tools.Builder

The builder.
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
BuildMapFromInfoFile ( string inputFile, MapLayout &layout, Map map, bool addsounds ) : void

The build map from info file.

MapBuilder ( ArrayList metas, MapLayout &layout, Map map, bool addsounds ) : void

The map builder.

Method Details

BuildMapFromInfoFile() public method

The build map from info file.
public BuildMapFromInfoFile ( string inputFile, MapLayout &layout, Map map, bool addsounds ) : void
inputFile string The input file.
layout MapLayout The layout.
map HaloMap.Map.Map The map.
addsounds bool The addsounds.
return void

MapBuilder() public method

The map builder.
public MapBuilder ( ArrayList metas, MapLayout &layout, Map map, bool addsounds ) : void
metas System.Collections.ArrayList The metas.
layout MapLayout The layout.
map HaloMap.Map.Map The map.
addsounds bool The addsounds.
return void