This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
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. |
- Home
- Table of Contents
- Getting Started
- SDK Methods
- Creators
- Editors
- Schemas
- modio::Avatar
- modio::Comment
- modio::Dependency
- modio::Download
- modio::Error
- modio::Filehash
- modio::Game
- modio::GameTagOption
- modio::Header
- modio::Icon
- modio::Image
- modio::InstalledMod
- modio::Logo
- modio::Media
- modio::MetadataKVP
- modio::Mod
- modio::ModEvent
- modio::Modfile
- modio::QueuedModDownload
- modio::QueuedModfileUpload
- modio::Rating
- modio::Response
- modio::Stats
- modio::Tag
- modio::User
- Debugging
- Constants
-
C Compatibility
- Methods
- Initialization, Process and Shutdown (C compatible)
- User Authentication (C compatible)
- Mods (C compatible)
- Modfiles (C compatible)
- Media (C compatible)
- Subscriptions (C compatible)
- Events (C compatible)
- Stats (C compatible)
- Tags (C compatible)
- Ratings (C compatible)
- Metadata KVP (C compatible)
- Dependencies (C compatible)
- Comments (C compatible)
- Reports (C compatible)
- Me (C compatible)
- Downloads (C compatible)
- Uploads (C compatible)
- Logs (C compatible)
- External Auth (C compatible)
- Configuration (C compatible)
- Creators
- Editors
- Schemas
- ModioAvatar
- ModioComment
- ModioDependency
- ModioDownload
- ModioError
- ModioFilehash
- ModioGame
- ModioGameTagOption
- ModioHeader
- ModioIcon
- ModioImage
- ModioInstalledMod
- ModioListNode
- ModioLogo
- ModioMedia
- ModioMetadataKVP
- ModioMod
- ModioModEvent
- ModioModfile
- ModioQueuedModDownload
- ModioQueuedModfileUpload
- ModioRating
- ModioResponse
- ModioStats
- ModioTag
- ModioUser
- Methods
- Building