Settings Loader

Description

Settings Loader 🔗

This mod is an API for convenient settings (re)loading.

API 🔗

The API is documentated using Lua Language Server annotations. An example is shown below:

teacher.settings = settings_loader.load_settings("teacher.", {
    recent_threshold = { -- actual key: teacher.recent_threshold
        stype = "integer", -- Type of the setting
        default = 172800, -- 2 days
    }
}, true)

Reviews

Review

Do you recommend this mod?

  • No reviews, yet.

Releases

2024-06-25

Download

2024-06-25 02:13 UTC

2024-06-25 🔗

No release notes

2024-06-21

Download

2024-06-21 02:13 UTC

2024-06-21 🔗

No release notes

cdb init

Download

2024-05-15 00:19 UTC

cdb init 🔗

No release notes

All releases

Information

Provides

settings_loader

Dependencies

Required
logging

Information

Type
Mod
Technical Name
settings_loader
Languages
English
License
LGPL-3.0-or-later
Maintenance State
Actively Developed
Added
2024-05-15 00:18 UTC
Maintainers
1F616EMO

Used By