Add awaiting required note

This commit is contained in:
JeremyStar™ 2024-05-15 01:58:52 +02:00
parent 5f598d94f9
commit 00368a14e5
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -43,6 +43,9 @@ Stores the path to CORE's installation directory.
:::danger[Don't call] :::danger[Don't call]
Do not call this (except you're using `Core.new()`). 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. Handles the preinitialization part. Does stuff like checking the engine version, loading the config and loading all modules into memory.
### *void* <u>complete_init</u>() ### *void* <u>complete_init</u>()
Waits for all built-in and custom modules to fully initialize. \ Waits for all built-in and custom modules to fully initialize. \