Functions for creating, saving and loading configs for the software.
config create(name) -> void
config
create(
name
)
Creates the config.
config save(name) -> void
save(
Saves the config.
config load(name) -> void
load(
Loads the config.
Last updated 7 days ago