Correction: Misleading info in header comments

This commit is contained in:
Raymix 2016-11-09 20:23:41 +00:00
parent 149261ac83
commit 903bcb36b8

View File

@ -29,7 +29,7 @@ classname:
Obtaining Controls: Obtaining Controls:
use epoch_getHUDCtrl function to obtain controls for manipulation use epoch_getHUDCtrl function to obtain controls for manipulation
_name = Config name of your group _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; [_ConfigName, _index] call epoch_getHUDCtrl;
["myHUDname", 3] call epoch_getHUDCtrl; ["myHUDname", 3] call epoch_getHUDCtrl;
*/ */