This repository was archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
ModIO.Modfile
Jackson Wood edited this page Feb 20, 2019
·
7 revisions
class in ModIO
| Name | Description |
|---|---|
| NULL_ID | An id value indicating this profile is not valid. |
| Name | Description |
|---|---|
| id | Unique modfile id. |
| modId | Unique mod id. |
| dateAdded | Unix timestamp of date file was added. |
| fileName | Filename including extension. |
| fileSize | Size of the file in bytes. |
| fileHash | Contains filehash data. |
| version | Release version this file represents. |
| changelog | Changelog for the file. |
| metadataBlob | Metadata stored by the game developer for this file. |
| dateScanned | Unix timestamp of date file was virus scanned. |
| virusScanStatus | Current virus scan status of the file. For newly added files that have yet to be scanned this field will change frequently until a scan is complete |
| virusScanResult | Was a virus detected: |
| virusScanHash | VirusTotal proprietary hash to view the scan results. |
| downloadLocator | Contains download data. |