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

ModioTag

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

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

Contents

Clone this wiki locally