C# Class XCom.XCMapFile

Inheritance: XCom.Interfaces.Base.IMap_Base
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Méthode Description
AddRmp ( MapLocation loc ) : RmpEntry
CalcDrawAbove ( ) : void
Hq2x ( ) : void
NewMap ( Stream s, byte rows, byte cols, byte height ) : void

Writes a blank map to the Stream provided

Save ( ) : void
Save ( FileStream s ) : void
SaveBlanks ( ) : void
XCMapFile ( string basename, string basePath, string blankPath, List tiles, string depList ) : System

Private Methods

Méthode Description
createTile ( List tiles, int q1, int q2, int q3, int q4 ) : XCMapTile
readMap ( Stream s, List tiles ) : void

Method Details

AddRmp() public méthode

public AddRmp ( MapLocation loc ) : RmpEntry
loc MapLocation
Résultat RmpEntry

CalcDrawAbove() public méthode

public CalcDrawAbove ( ) : void
Résultat void

Hq2x() public méthode

public Hq2x ( ) : void
Résultat void

NewMap() public static méthode

Writes a blank map to the Stream provided
public static NewMap ( Stream s, byte rows, byte cols, byte height ) : void
s Stream
rows byte
cols byte
height byte
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Save() public méthode

public Save ( FileStream s ) : void
s System.IO.FileStream
Résultat void

SaveBlanks() public méthode

public SaveBlanks ( ) : void
Résultat void

XCMapFile() public méthode

public XCMapFile ( string basename, string basePath, string blankPath, List tiles, string depList ) : System
basename string
basePath string
blankPath string
tiles List
depList string
Résultat System