C# Class DivineRightGame.LocalMapGenerator.LocalMapXMLParser

Mostrar archivo Open project: Haedrian/Divine-Right Class Usage Examples

Public Methods

Method Description
ParseMaplet ( System.Xml.Linq.XElement xml, GlobalBiome biome = null ) : Maplet

Parses the maplet. The optional biome is for use on herds

ParseMaplet ( string path ) : Maplet
ParseMapletFromTag ( string tag, GlobalBiome biome = null ) : Maplet

Method Details

ParseMaplet() public method

Parses the maplet. The optional biome is for use on herds
public ParseMaplet ( System.Xml.Linq.XElement xml, GlobalBiome biome = null ) : Maplet
xml System.Xml.Linq.XElement
biome GlobalBiome
return DRObjects.LocalMapGeneratorObjects.Maplet

ParseMaplet() public method

public ParseMaplet ( string path ) : Maplet
path string
return DRObjects.LocalMapGeneratorObjects.Maplet

ParseMapletFromTag() public method

public ParseMapletFromTag ( string tag, GlobalBiome biome = null ) : Maplet
tag string
biome GlobalBiome
return DRObjects.LocalMapGeneratorObjects.Maplet