ModioTag - modio/modio-sdk-legacy GitHub Wiki
Mod tag.
struct ModioTag
{
u32 date_added;
char* name;
};
Name | Type | Description |
---|---|---|
date_added | u32 |
Unix timestamp of when tag was applied |
name | char* |
The contents of the tag |
See also: Mod Tag Object, modio::Tag