Files
S.P.L.U.R.T-Station-13/code/__SPLURTCODE/DEFINES/configuration.dm
BongaTheProto c9a6a22a38 New donator system
which uses toml files and allows integration with the previous one
2022-08-20 16:37:39 -05:00

3 lines
120 B
Plaintext

/// like CONFIG_GET_ENTRY() but uses a full path
#define CONFIG_GET_ENTRY_FROM_PATH(P) global.config.GetEntryDatum(P)