Click or drag to resize

ZipModLoader Class

A IModLoader that loads compressed archives as mods.
Inheritance Hierarchy
SystemObject
  Kit.Modding.LoadersZipModLoader

Namespace:  Kit.Modding.Loaders
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public class ZipModLoader : IModLoader
Request Example View Source

The ZipModLoader type exposes the following members.

Constructors
  NameDescription
Public methodZipModLoader
Initializes a new instance of the ZipModLoader class
Top
Methods
  NameDescription
Public methodLoadMod
Load a mod.
Public methodLoadModAsync
Load a mod asynchronously.
Top
Fields
  NameDescription
Public fieldSupportedExtensions
List of archive extensions that can be loaded.
Top
See Also