Method | Description | |
---|---|---|
FindFileByID ( uint id ) : |
Finds a file in the pack by ID.
|
|
FindFolderByID ( int id ) : |
Finds a folder in the pack by ID.
|
|
SoundPack ( |
Loads a SoundPack from a stream.
|
Method | Description | |
---|---|---|
ReadFileTable ( |
||
ReadFiles ( |
||
ReadFolderTable ( |
||
ReadHeader ( |
public FindFileByID ( uint id ) : |
||
id | uint | The ID of the file to find. |
return |
public FindFolderByID ( int id ) : |
||
id | int | The folder's ID number. |
return |
public SoundPack ( |
||
reader | The EndianReader to read from. | |
return | System |