C# Class HaloMap.RawData.Model

The model.
Inheritance: RawDataContainer
Datei anzeigen Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
IntermediatePointerOffset int

Public Methods

Method Description
Model ( ) : System

Initializes a new instance of the Model class.

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

The read.

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

The read ce model raw.

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

The read h 1 model raw.

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

The read h 2 model raw.

Method Details

Model() public method

Initializes a new instance of the Model class.
public Model ( ) : 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

ReadCEModelRaw() public method

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

ReadH1ModelRaw() public method

The read h 1 model raw.
public ReadH1ModelRaw ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void

ReadH2ModelRaw() public method

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

Property Details

IntermediatePointerOffset public_oe property

The intermediate pointer offset.
public int IntermediatePointerOffset
return int