Fix documentation error for core.gd

This commit is contained in:
JeremyStar™ 2024-04-14 23:48:27 +02:00
parent a5129d5685
commit 0123618214
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -14,7 +14,6 @@ CORE's version number.
CORE's version type. See `CoreTypes.VersionType` for more information.
### *int* <u>version_typerelease</u>
CORE's version type number. Resets on every new version and version type.
### *Array[String]* <u>modules</u> = *[ "logger", "misc", "sms", "logui", "erm", "storage" ]*
## Modules
Use these to access CORE's modules.
@ -27,6 +26,10 @@ Use these to access CORE's modules.
- [`erm`](/reference/erm) (formerly `edl`)
- [`storage`](/reference/storage)
## Constants
### *Array[String]* <u>modules</u> = *[ "logger", "misc", "sms", "logui", "erm", "storage" ]*
Used internally for loading, managing and unloading modules.
## Variables
### *String* <u>basepath</u>
:::danger[Don't modify]