ZipMod Class |
Namespace: Kit.Modding.Loaders
The ZipMod type exposes the following members.
| Name | Description | |
|---|---|---|
| Exists | Returns whether a file exists. (Overrides ModExists(String).) | |
| FindFiles | Find files based on a path. (Overrides ModFindFiles(String).) | |
| ReadBytes | Read the contents of a file in binary-mode. (Overrides ModReadBytes(String).) | |
| ReadBytesAsync | Read the contents of a file asynchronously in binary-mode. (Overrides ModReadBytesAsync(String).) | |
| ReadText | Read the contents of a file in text-mode. (Overrides ModReadText(String).) | |
| ReadTextAsync | Read the contents of a file asynchronously in text-mode. (Overrides ModReadTextAsync(String).) | |
| Unload | Unload the mod. (Overrides ModUnload.) |