-
Notifications
You must be signed in to change notification settings - Fork 4
String Value Type
Doink Oink edited this page Sep 11, 2025
·
8 revisions
_config.set_value("String", "testString", {
"name" = "Test String",
"tooltip" = "A test string",
"default" = "Hello World",
"value" = "Hello World"
})- Section - "String"
- "name" - The friendly name of the value that will be displayed in the configuration menu.
- "tooltip" - A short description of the value that will be displayed when hovering over the name in the configuration menu.
- "default" - The default value that the player can revert back to in the configuration menu.
- "value" - The current value that is set.