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 4
Event type
Ahmed Castro edited this page Sep 29, 2018
·
2 revisions
Name | Value | Description |
---|---|---|
EVENT_UNDEFINED |
0 | An error occurred, if you see this message check your logs for details. |
EVENT_MODFILE_CHANGED |
1 | Primary file changed, the mod should be updated. |
EVENT_MOD_AVAILABLE |
2 | Mod is marked as accepted and public. |
EVENT_MOD_UNAVAILABLE |
3 | Mod is marked as not accepted, deleted or hidden. |
EVENT_MOD_EDITED |
4 | The mod was updated (triggered when any column value changes). |
EVENT_USER_TEAM_JOIN |
5 | User has joined a team. |
EVENT_USER_TEAM_LEAVE |
6 | User has left a team. |
EVENT_USER_SUBSCRIBE |
7 | User has subscribed to a mod. |
EVENT_USER_UNSUBSCRIBE |
8 | User has un-subscribed from a mod. |