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

Afficher le fichier Open project: NFSTools/GlobalLib

Méthodes protégées

Méthode 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 méthode

Checks texture compressions and tpk compressions for matching.
protected CheckComps ( ) : void
Résultat void

GetKeyList() protected méthode

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.
Résultat void