Class ReaderArchiveMw
- Namespace
- Mech3DotNet.Zbd
- Assembly
- Mech3DotNet.dll
A MW reader archive with parsing convenience functions.
See Read(string) for reading a MW reader*.zbd file.
public class ReaderArchiveMw : ReaderArchive, IWritable
- Inheritance
-
ReaderArchiveMw
- Implements
- Inherited Members
Constructors
ReaderArchiveMw(Dictionary<string, ReaderValue>, List<ArchiveEntry>)
public ReaderArchiveMw(Dictionary<string, ReaderValue> items, List<ArchiveEntry> entries)
Parameters
itemsDictionary<string, ReaderValue>entriesList<ArchiveEntry>
Methods
GetFonts()
public Dictionary<string, Font> GetFonts()
Returns
GetIONet(string)
public IONet GetIONet(string worldName)
Parameters
worldNamestring
Returns
GetMechDfn(string)
public MechDfn GetMechDfn(string chassisName)
Parameters
chassisNamestring
Returns
GetSatMaps()
public List<SatMap> GetSatMaps()
Returns
GetSoundGroups()
public List<SoundGroup> GetSoundGroups()
Returns
GetSoundSets()
public Dictionary<string, SoundSet> GetSoundSets()
Returns
Read(string)
Read a MW reader*.zbd file from the specified path.
public static ReaderArchiveMw Read(string path)
Parameters
pathstring
Returns
Write(string)
Write a MW reader*.zbd file to the specified path.
public void Write(string path)
Parameters
pathstring