modio::Tag - modio/modio-sdk-legacy GitHub Wiki

Mod tag.

class Tag
{
public:
  u32 date_added;
  std::string name;
};
Name Type Description
date_added u32 Unix timestamp of when tag was applied
name std::string The contents of the tag

See also: API, ModioTag