This is experimental documentation.
Opens an MPQ archive at the specified path.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static MpqArchive OpenArchive( string fullPath )
Public Shared Function OpenArchive ( _ fullPath As String _ ) As MpqArchive
public: static MpqArchive^ OpenArchive( String^ fullPath )
Parameters
- fullPath (String)
- The path to the MPQ archive.
Return Value
An MpqArchive instance representing the archive.
Exceptions
Exception | Condition |
---|---|
MpqException | Thrown if there is an error with the MPQ archive. |
Assembly: Asgard5Library (Module: Asgard5Library)