Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

modio::Tag

Ahmed Castro edited this page Jul 17, 2019 · 2 revisions

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

Contents

Clone this wiki locally