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. \