From 00368a14e5e4325f46ecc0ff9462275df067899a Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 15 May 2024 01:58:52 +0200 Subject: [PATCH] Add awaiting required note --- docs/docs/reference/classes/core.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/reference/classes/core.md b/docs/docs/reference/classes/core.md index b688e21..bf52500 100644 --- a/docs/docs/reference/classes/core.md +++ b/docs/docs/reference/classes/core.md @@ -43,6 +43,9 @@ Stores the path to CORE's installation directory. :::danger[Don't call] Do not call this (except you're using `Core.new()`). ::: +:::note[Awaiting required] +Using the `await` keyword is required for this function. +::: Handles the preinitialization part. Does stuff like checking the engine version, loading the config and loading all modules into memory. ### *void* complete_init() Waits for all built-in and custom modules to fully initialize. \