C# Class HaloMap.RawData.BitmapRaw

The bitmap raw.
Inheritance: RawDataContainer
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
BitmapRaw ( ) : System

Initializes a new instance of the BitmapRaw class.

Read ( int TagIndex, Map map, bool dontreadraw ) : void

The read.

ReadCEBitmapRaw ( int TagIndex, Map map, bool dontreadraw ) : void

The read ce bitmap raw.

ReadH2BitmapRaw ( int TagIndex, Map map, bool dontreadraw ) : void

The read h 2 bitmap raw.

Method Details

BitmapRaw() public method

Initializes a new instance of the BitmapRaw class.
public BitmapRaw ( ) : System
return System

Read() public method

The read.
public Read ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void

ReadCEBitmapRaw() public method

The read ce bitmap raw.
public ReadCEBitmapRaw ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void

ReadH2BitmapRaw() public method

The read h 2 bitmap raw.
public ReadH2BitmapRaw ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void