RageLib.GTA5.Utilities.ArchiveUtilities - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.GTA5.Utilities
Inheritance Hierarchy
Syntax
public class ArchiveUtilities
Constructors
:white_large_square: |
prototype |
description |
Properties
:white_large_square: |
name |
description |
Methods
:white_large_square: |
prototype |
description |
method |
void ForEachBinaryFile(string gameDirectoryName, ProcessBinaryFileDelegate processDelegate, ErrorDelegate errorDelegate=null) |
__ |
method |
void ForEachFile(string gameDirectoryName, ProcessFileDelegate processDelegate, ErrorDelegate errorDelegate=null) |
__ |
method |
void ForEachFile(string fullPathName, IArchiveDirectory directory, RageArchiveEncryption7 encryption, ProcessFileDelegate processDelegate, ErrorDelegate errorDelegate=null) |
__ |
method |
void ForEachResourceFile(string gameDirectoryName, ProcessResourceFileDelegate processDelegate, ErrorDelegate errorDelegate=null) |
__ |
Events
:white_large_square: |
name |
description |