C# Class SharpQuake.Wad

W_functions
Exibir arquivo Open project: Memorix101/SharpQuake Class Usage Examples

Public Methods

Method Description
GetLumpInfo ( string name ) : lumpinfo_t
GetLumpNameOffset ( string name ) : int
LoadWadFile ( string filename ) : void
SwapPic ( dqpicheader_t pic ) : void

Method Details

GetLumpInfo() public static method

public static GetLumpInfo ( string name ) : lumpinfo_t
name string
return lumpinfo_t

GetLumpNameOffset() public static method

public static GetLumpNameOffset ( string name ) : int
name string
return int

LoadWadFile() public static method

public static LoadWadFile ( string filename ) : void
filename string
return void

SwapPic() public static method

public static SwapPic ( dqpicheader_t pic ) : void
pic dqpicheader_t
return void