server_shuts_down
Syntax
__on_server_shuts_down() -> ...
Event triggers when the server started the shutdown process, before
__on_close()
is executed. Unlike __on_close()
, it doesn’t trigger with
/reload
.
__on_server_shuts_down() -> ...
Event triggers when the server started the shutdown process, before
__on_close()
is executed. Unlike __on_close()
, it doesn’t trigger with
/reload
.