mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
3 lines
120 B
Plaintext
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)
|