diff --git a/docs/docs/reference/modules/config.md b/docs/docs/reference/modules/config.md index 95b6214..f089209 100644 --- a/docs/docs/reference/modules/config.md +++ b/docs/docs/reference/modules/config.md @@ -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* logger_colored = *true* Determines if the logger's output should be colored. -### *bool* logger_detect_verbose_mode = *false* +### *bool* logger_detect_verbose_mode = *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* logui_font_size = *14* What font size the graphical log should have. +## Miscellaneous +### *bool* misc_stringify_show_type = *false* +Shows or hides the type when calling `stringify_variables`. +### *bool* misc_stringify_color_range8 = *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* misc_stringify_array = *true* +Determines if `Array`s should be processed by `stringify_variables`. +### *bool* misc_stringify_dictionary = *true* +Determines if `Dictionary`s should be processed by `stringify_variables`. + ## Easy Request Maker ### *CoreTypes.BlockadeLevel* erm_unsecure_requests = *CoreTypes.BlockadeLevel.BLOCK* Determines how unsecure requests should be handled.