Fix documentation

This commit is contained in:
JeremyStar™ 2024-02-12 19:41:41 +01:00
parent ce3e7da09c
commit ad302671f8
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ Loads a new CoreConfiguration class and applies it's settings.
### *bool* <u>is_devmode</u>()
Returns the development mode status.
### *String* <u>get_format_string</u>(*String* <u>string</u>)
Replaces placeholders with human-friendly strings
Replaces placeholders with human-friendly strings \
You can use the following placeholders:
- `%release%`
Returns the release number.
@ -58,4 +58,4 @@ You can use the following placeholders:
- `%headless%`
Returns the headless mode status
### *Array[int]* <u>get_version_semantic</u>()
Returns the CORE version in the semantic versioning scheme. The first integer contains the release number, the second integer contains the release type (0 for beta, 1 for alpha, 2 for rc and 3 for release) and the last integer contains the typerelease number.
Returns the CORE version in the semantic versioning scheme. The first integer contains the release number, the second integer contains the release type (0 for alpha, 1 for beta, 2 for rc and 3 for release) and the last integer contains the typerelease number.

View file

@ -43,4 +43,4 @@ Determines if [`LogUI`](/terminology#logui) should be visible or not.
### *Color* <u>logui_background_color</u> = *Color.BLACK*
The color the `LogUI` background will have. Set to `Color.TRANSPARENT` for a transparent background.
### *int* <u>logui_font_size</u> = *14*
The font size the graphical log output should have.
What size the graphical log should have.