mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added Show Player Names option to Blue Force Tracking Module
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user