C# Class HaloMap.RawData.UghRawContainer

The ugh raw container.
Inheritance: RawDataContainer
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Methods

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

The read.

UghRawContainer ( ) : System

Initializes a new instance of the UghRawContainer class.

Method Details

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

UghRawContainer() public method

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