Sync config documentation with config script
This commit is contained in:
parent
08bda06760
commit
37da7a8a41
1 changed files with 12 additions and 1 deletions
|
@ -30,7 +30,7 @@ Hides the window during engine shutdown. Useful when your game and the framework
|
|||
The minimum log level you want to be displayed.
|
||||
### *bool* <u>logger_colored</u> = *true*
|
||||
Determines if the logger's output should be colored.
|
||||
### *bool* <u>logger_detect_verbose_mode</u> = *false*
|
||||
### *bool* <u>logger_detect_verbose_mode</u> = *true*
|
||||
:::warning
|
||||
Updating this during runtime does nothing.
|
||||
:::
|
||||
|
@ -52,6 +52,17 @@ The Log UI background color.. Set to `Color.TRANSPARENT` for a transparent backg
|
|||
### *int* <u>logui_font_size</u> = *14*
|
||||
What font size the graphical log should have.
|
||||
|
||||
## Miscellaneous
|
||||
### *bool* <u>misc_stringify_show_type</u> = *false*
|
||||
Shows or hides the type when calling `stringify_variables`.
|
||||
### *bool* <u>misc_stringify_color_range8</u> = *true*
|
||||
Determines how `stringify_variables` should display `Color` variables. \
|
||||
Will display colors from `0` to `255` if `true` or from `-1.0` to `1.0` if `false`.
|
||||
### *bool* <u>misc_stringify_array</u> = *true*
|
||||
Determines if `Array`s should be processed by `stringify_variables`.
|
||||
### *bool* <u>misc_stringify_dictionary</u> = *true*
|
||||
Determines if `Dictionary`s should be processed by `stringify_variables`.
|
||||
|
||||
## Easy Request Maker
|
||||
### *CoreTypes.BlockadeLevel* <u>erm_unsecure_requests</u> = *CoreTypes.BlockadeLevel.BLOCK*
|
||||
Determines how unsecure requests should be handled.
|
||||
|
|
Loading…
Reference in a new issue