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

ModioModEvent

Ahmed Castro edited this page Feb 4, 2018 · 7 revisions

The ModEvent object is returned by the Events (C compatible) functions. They represent events triggered by mods.

struct ModioModEvent
{
  u32 id;
  u32 mod_id;
  u32 user_id;
  u32 event_type;
  long date_added;
};

API schema: Mod Event Object

C++ wrapper: ModEvent

Name Type Description
id u32 ModEvent's unique identifier
mod_id u32 Parrent Mod's unique identifier
user_id u32 Unique id of the user who performed the action.
user_id u32 User's unique identifier
event_type std::string Event type value
date_added long Unix timestamp of when the event occurred

Contents

Clone this wiki locally