mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
b2f4b8ea20
* Cleanup medical settings * Fix extra [ * Allow giving IV/blood to self by default * Medical Blood - Settings improvements and cleanup (#7069) * Add more blood settings and cleanup * Fix include before header * Update addons/medical_blood/functions/fnc_init.sqf Co-Authored-By: PabstMirror <pabstmirror@gmail.com> * Disable debug * Cleanup moved settings * Fix remaining setting descriptions
13 lines
329 B
C++
13 lines
329 B
C++
class ACE_Settings {
|
|
/*
|
|
// Not currently used anywhere
|
|
class GVAR(enableScreams) {
|
|
category = ECSTRING(medical,Category_Medical);
|
|
displayName = CSTRING(enableScreams_DisplayName);
|
|
description = CSTRING(enableScreams_Description);
|
|
typeName = "BOOL";
|
|
value = 1;
|
|
};
|
|
*/
|
|
};
|