Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

ModioModfile

turupawn edited this page Jul 14, 2020 · 2 revisions

Files attached to mod profiles.

Name Type Description
Id int32 Unique modfile identifier
ModId int32 Unique mod identifier
VirusStatus int32 The status of the virus scan for the file
VirusPositive int32 Has the file been positively flagged as a virus?
DateAdded int32 Unix timestamp of file upload time
DateScanned int32 Unix timestamp of file virus scan
Filesize FInt64 Size of the file in bytes
Filename FString Name of the file including file extension
Version FString The release version this file represents
VirustotalHash FString VirusTotal proprietary hash
Changelog FString List of all changes in this file release
MetadataBlob FString Metadata stored by the game developer for this file.
Filehash FMoioFilehash ModioFilehash object
Download FMoioDownload ModioDownload object

See also: API, SDK