ACE3/TO_MERGE/agm/FireControlSystem/functions/fn_canUseRangefinder.sqf

15 lines
295 B
Plaintext

/*
* Author: commy2
*
* Returns true if the laser distance measurement can be read from the engine.
*
* Argument:
* Nothing
*
* Return value:
* Boolean (Bool)
*/
!isNull ((uiNamespace getVariable ["AGM_dlgRangefinder", displayNull]) displayCtrl 1713151)
&& {cameraView == "GUNNER"}