2015-09-26 14:26:41 +00:00
|
|
|
|
2015-05-14 18:59:25 +00:00
|
|
|
class ACE_Settings {
|
2016-05-07 20:14:56 +00:00
|
|
|
class GVAR(savePreDeathGear) {
|
2017-11-15 19:10:20 +00:00
|
|
|
category = CSTRING(DisplayName);
|
2016-03-08 07:17:40 +00:00
|
|
|
displayName = CSTRING(SavePreDeathGear_DisplayName);
|
|
|
|
description = CSTRING(SavePreDeathGear_Description);
|
2015-05-14 18:59:25 +00:00
|
|
|
value = 0;
|
|
|
|
typeName = "BOOL";
|
|
|
|
};
|
2016-05-07 20:14:56 +00:00
|
|
|
class GVAR(removeDeadBodiesDisconnected) {
|
2017-11-15 19:10:20 +00:00
|
|
|
category = CSTRING(DisplayName);
|
2016-03-08 07:17:40 +00:00
|
|
|
displayName = CSTRING(RemoveDeadBodiesDisconnected_DisplayName);
|
|
|
|
description = CSTRING(RemoveDeadBodiesDisconnected_Description);
|
2015-05-14 18:59:25 +00:00
|
|
|
value = 1;
|
|
|
|
typeName = "BOOL";
|
|
|
|
};
|
2017-12-16 17:51:15 +00:00
|
|
|
// Not used anywhere???
|
|
|
|
// class GVAR(bodyRemoveTimer) {
|
|
|
|
// category = CSTRING(DisplayName);
|
|
|
|
// displayName = CSTRING(DeadBodyRemoveTimer);
|
|
|
|
// value = 0;
|
|
|
|
// typeName = "SCALAR";
|
|
|
|
// };
|
2015-05-14 18:59:25 +00:00
|
|
|
};
|