From 2696bd28e4be2bd2c55ea0443b3870526e3fc82b Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 29 Oct 2023 17:10:57 +0000 Subject: [PATCH] add preconfigreload event --- pages/Plugins/Development/Event-list.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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