diff --git a/pages/Plugins/Development/Event-list.md b/pages/Plugins/Development/Event-list.md index 06100b7..d90ff2c 100644 --- a/pages/Plugins/Development/Event-list.md +++ b/pages/Plugins/Development/Event-list.md @@ -32,4 +32,5 @@ These are all the events that can be listened to using Event Hooks. | screencast | fired when the screencopy state of a client changes. Keep in mind there might be multiple separate clients. | std::vector{state, framesInHalfSecond, owner} | ✕ | | render | fired at various stages of rendering to allow your plugin to render stuff. See `src/SharedDefs.hpp` for a list with explanations | eRenderStage | ✕ | | windowtitle | emitted when a window title changes. | CWindow* | ✕ | -| configReloaded | emitted after the config is reloaded | nullptr | ✕ | \ No newline at end of file +| configReloaded | emitted after the config is reloaded | nullptr | ✕ | +| preConfigReload | emitted before a config reload | nullptr | ✕ | \ No newline at end of file