Added Show Player Names option to Blue Force Tracking Module

This commit is contained in:
looterz
2016-02-25 07:57:32 -06:00
parent 804456c722
commit 00f06f81d1
5 changed files with 61 additions and 3 deletions

View File

@ -17,6 +17,12 @@ class ACE_Settings {
displayName = CSTRING(BFT_HideAiGroups_DisplayName);
description = CSTRING(BFT_HideAiGroups_Description);
};
class GVAR(BFT_ShowPlayerNames) {
value = 0;
typeName = "BOOL";
displayName = CSTRING(BFT_ShowPlayerNames_DisplayName);
description = CSTRING(BFT_ShowPlayerNames_Description);
};
class GVAR(mapIllumination) {
value = 1;
typeName = "BOOL";