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

modio::ModEvent

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

Event triggered when a mod changes.

class ModEvent
{
public:
  u32 id;
  u32 mod_id;
  u32 user_id;
  u32 event_type;
  long date_added;
};
Name Type Description
id u32 Event'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 u32 Event type value
date_added u32 Unix timestamp of when the event occurred

See also: API, ModioModEvent

Contents

Clone this wiki locally