2015-09-26 14:26:41 +00:00
|
|
|
|
2015-05-14 18:59:25 +00:00
|
|
|
class ACE_Settings {
|
|
|
|
class GVAR(SavePreDeathGear) {
|
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";
|
|
|
|
};
|
|
|
|
class GVAR(RemoveDeadBodiesDisconnected) {
|
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";
|
|
|
|
};
|
|
|
|
class GVAR(BodyRemoveTimer) {
|
|
|
|
value = 0;
|
|
|
|
typeName = "SCALAR";
|
|
|
|
};
|
|
|
|
};
|