ModioFilehash - modio/modio-sdk-legacy GitHub Wiki
The filehash help us verifying data integrity of ModioModfile objects.
struct ModioFilehash
{
char* md5;
};
Name | Type | Description |
---|---|---|
md5 | char* |
MD5 filehash of the parent file. |
See also: API, modio::Filehash