C# Class GlobalLib.Support.Carbon.Class.TPKBlock

显示文件 Open project: NFSTools/GlobalLib

Protected Methods

Method Description
GetKeyList ( byte* byteptr_t, int offset ) : void

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

Method Details

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