C# Class GlobalLib.Support.Underground2.Class.TPKBlock

Show file Open project: NFSTools/GlobalLib

Protected Methods

Method Description
CheckComps ( ) : void

Checks texture compressions and tpk compressions for matching.

GetKeyList ( byte* byteptr_t, int offset ) : void

Gets list of keys of the textures in the tpk block array.

Method Details

CheckComps() protected method

Checks texture compressions and tpk compressions for matching.
protected CheckComps ( ) : void
return void

GetKeyList() protected method

Gets list of keys of the textures in the tpk block array.
protected GetKeyList ( byte* byteptr_t, int offset ) : void
byteptr_t byte* Pointer to the tpk block array.
offset int Partial 1 part2 offset in the tpk block array.
return void