mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 11:46:53 +01:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
/**
|
|
* checks if characteristics system is enabled
|
|
*/
|
|
/proc/characteristic_enabled()
|
|
return CONFIG_GET(flag/characteristic_enabled)
|
|
|
|
/**
|
|
* checks if characteristics system is active
|
|
*/
|
|
/proc/characteristic_active()
|
|
return CONFIG_GET(flag/characteristic_active)
|