ACE3/addons/fcs/functions/fnc_updateRangeHUD.sqf

22 lines
418 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-12-10 15:00:14 +00:00
/*
* Author: commy2
* Update compatible info elements.
*
2016-06-18 09:50:41 +00:00
* Arguments:
2015-12-10 15:00:14 +00:00
* None
*
2016-06-18 09:50:41 +00:00
* Return Value:
2015-12-10 15:00:14 +00:00
* None
*
* Example:
* call ace_fcs_fnc_updateRangeHUD
*
2015-12-10 15:00:14 +00:00
* Public: No
*/
disableSerialization;
private _dlgRangefinder = uiNamespace getVariable ["ACE_dlgRangefinder", displayNull];
(_dlgRangefinder displayCtrl 1713151) ctrlSetText ctrlText (_dlgRangefinder displayCtrl 151);