From 903bcb36b87ca180ce0b7571d36e336e2fbd1a4e Mon Sep 17 00:00:00 2001 From: Raymix Date: Wed, 9 Nov 2016 20:23:41 +0000 Subject: [PATCH] Correction: Misleading info in header comments --- Sources/epoch_config/Configs/CfgDynamicHUD.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_config/Configs/CfgDynamicHUD.hpp b/Sources/epoch_config/Configs/CfgDynamicHUD.hpp index 5c0a4042..a36ae37a 100644 --- a/Sources/epoch_config/Configs/CfgDynamicHUD.hpp +++ b/Sources/epoch_config/Configs/CfgDynamicHUD.hpp @@ -29,7 +29,7 @@ classname: Obtaining Controls: use epoch_getHUDCtrl function to obtain controls for manipulation _name = Config name of your group - _index = each group hosts multiple elements, each element has it's index, starting from 0 + _index = each group hosts multiple elements, each element has it's index, starting from 1! Don't use 0 as it returns configName [_ConfigName, _index] call epoch_getHUDCtrl; ["myHUDname", 3] call epoch_getHUDCtrl; */