C# Класс GlobalLib.Support.Underground2.Class.TPKBlock

Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

CheckComps() защищенный Метод

Checks texture compressions and tpk compressions for matching.
protected CheckComps ( ) : void
Результат void

GetKeyList() защищенный Метод

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.
Результат void