forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 16
RageLib.GTA5.Utilities.ArchiveUtilities
Jérémie N'gadi edited this page Apr 29, 2019
·
4 revisions
namespace: RageLib.GTA5.Utilities
ArchiveUtilities
public class ArchiveUtilities
⬜ | prototype | description |
---|
⬜ | name | description |
---|
⬜ | 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) |
__ |
⬜ | name | description |
---|