ACE3/addons/fcs/functions/fnc_updateRangeHUD.sqf
Phyma ffaa195fe5 Conform function headers to coding guidelines (#5255)
* Fixed headers to work with silentspike python script

* Fixed rest of the files

* Fixed ace-team
2017-06-08 15:31:51 +02:00

22 lines
418 B
Plaintext

/*
* Author: commy2
* Update compatible info elements.
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* call ace_fcs_fnc_updateRangeHUD
*
* Public: No
*/
#include "script_component.hpp"
disableSerialization;
private _dlgRangefinder = uiNamespace getVariable ["ACE_dlgRangefinder", displayNull];
(_dlgRangefinder displayCtrl 1713151) ctrlSetText ctrlText (_dlgRangefinder displayCtrl 151);