Config¶
object Config : ConfigContainer
Archie's own config, registered under the "Config" title. General holds Archie's real settings; Test is a self-test fixture exercising every DataSpec value type supported by the config system and is not meant to be user-facing.
Types¶
Common¶
object Common : ConfigSpec.Common
Properties¶
children¶
val children: List<ConfigNode>
Nested ConfigNodes declared inside this container.
mod¶
val mod: Mod
title¶
val title: Component
Functions¶
init¶
fun init()
Initializes every reachable ConfigNode and, on the client, registers the config UI screen.