Skip to content

RageLib.GTA5.Utilities.ArchiveUtilities

Jérémie N'gadi edited this page Apr 29, 2019 · 4 revisions

namespace: RageLib.GTA5.Utilities

Inheritance Hierarchy

  • ArchiveUtilities

Syntax

public class ArchiveUtilities

Constructors

prototype description

Properties

name description

Methods

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

name description
Clone this wiki locally