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

Event type

nickelc edited this page Oct 27, 2019 · 5 revisions

Event types are returned from the Events methods under the modio::ModioEvent schema.

Name Value Description
MODIO_EVENT_UNDEFINED 0 An error occurred, if you see this message check your logs for details.
MODIO_EVENT_MODFILE_CHANGED 1 Primary file changed, the mod should be updated.
MODIO_EVENT_MOD_AVAILABLE 2 Mod is marked as accepted and public.
MODIO_EVENT_MOD_UNAVAILABLE 3 Mod is marked as not accepted, deleted or hidden.
MODIO_EVENT_MOD_EDITED 4 The mod was updated (triggered when any column value changes).
MODIO_EVENT_USER_TEAM_JOIN 5 User has joined a team.
MODIO_EVENT_USER_TEAM_LEAVE 6 User has left a team.
MODIO_EVENT_USER_SUBSCRIBE 7 User has subscribed to a mod.
MODIO_EVENT_USER_UNSUBSCRIBE 8 User has un-subscribed from a mod.

Contents

Clone this wiki locally