2018-09-17 19:19:29 +00:00
|
|
|
#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
|
|
|
|
*
|
2017-06-08 13:31:51 +00:00
|
|
|
* 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);
|