From 341fb1dfb31e8f1c48d1d82ee155326fdf7e259e Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 14 Apr 2024 23:54:09 +0200 Subject: [PATCH] Add missing line --- docs/docs/reference/core.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/reference/core.md b/docs/docs/reference/core.md index 01c0f56..7482bc6 100644 --- a/docs/docs/reference/core.md +++ b/docs/docs/reference/core.md @@ -100,7 +100,8 @@ Do not call this. Applies the a configuration. ### *void* cleanup() Makes sure that CORE does not leak memory on shutdown/unload. \ -Unloads all custom modules, built-in modules, frees any of CORE's classes and lastly itself. +Unloads all custom modules, built-in modules, frees any of CORE's classes and lastly itself. \ +Only call this function if you're sure that your application or game no longer uses the CORE Framework. ### *int* register_cleanup_hook(*Callable* callable) Registers a new cleanup hook. \ Returns the hook id.