Fix documentation error for core.gd
This commit is contained in:
parent
a5129d5685
commit
0123618214
1 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,6 @@ CORE's version number.
|
||||||
CORE's version type. See `CoreTypes.VersionType` for more information.
|
CORE's version type. See `CoreTypes.VersionType` for more information.
|
||||||
### *int* <u>version_typerelease</u>
|
### *int* <u>version_typerelease</u>
|
||||||
CORE's version type number. Resets on every new version and version type.
|
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
|
## Modules
|
||||||
Use these to access CORE's modules.
|
Use these to access CORE's modules.
|
||||||
|
@ -27,6 +26,10 @@ Use these to access CORE's modules.
|
||||||
- [`erm`](/reference/erm) (formerly `edl`)
|
- [`erm`](/reference/erm) (formerly `edl`)
|
||||||
- [`storage`](/reference/storage)
|
- [`storage`](/reference/storage)
|
||||||
|
|
||||||
|
## Constants
|
||||||
|
### *Array[String]* <u>modules</u> = *[ "logger", "misc", "sms", "logui", "erm", "storage" ]*
|
||||||
|
Used internally for loading, managing and unloading modules.
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
### *String* <u>basepath</u>
|
### *String* <u>basepath</u>
|
||||||
:::danger[Don't modify]
|
:::danger[Don't modify]
|
||||||
|
|
Loading…
Reference in a new issue