C# Class XCom.GameInfo

Show file Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
CachePck ( string basePath, string basename, int bpp, Palette p ) : PckFile
GetMap ( string tileset, string file ) : XCMapFile
GetMcdFile ( string imageSet ) : McdFile
GetMcdFile ( string imageSet, Palette p ) : McdFile
GetPckFile ( string imageSet ) : PckFile
GetPckFile ( string imageSet, Palette p ) : PckFile
Init ( Palette p, DSShared paths ) : void

Method Details

CachePck() public static method

public static CachePck ( string basePath, string basename, int bpp, Palette p ) : PckFile
basePath string
basename string
bpp int
p Palette
return PckFile

GetMap() public static method

public static GetMap ( string tileset, string file ) : XCMapFile
tileset string
file string
return XCMapFile

GetMcdFile() public static method

public static GetMcdFile ( string imageSet ) : McdFile
imageSet string
return McdFile

GetMcdFile() public static method

public static GetMcdFile ( string imageSet, Palette p ) : McdFile
imageSet string
p Palette
return McdFile

GetPckFile() public static method

public static GetPckFile ( string imageSet ) : PckFile
imageSet string
return PckFile

GetPckFile() public static method

public static GetPckFile ( string imageSet, Palette p ) : PckFile
imageSet string
p Palette
return PckFile

Init() public static method

public static Init ( Palette p, DSShared paths ) : void
p Palette
paths DSShared
return void