ACE3/addons/fcs/functions/fnc_canUseRangefinder.sqf
jonpas 742626ff1a
General - Relative script_component.hpp includes (#9378)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00

20 lines
403 B
Plaintext

#include "..\script_component.hpp"
/*
* Author: commy2
* Returns true if the laser distance measurement can be read from the engine.
*
* Arguments:
* None
*
* Return Value:
* Boolean <BOOL>
*
* Example:
* call ace_fcs_fnc_canUseRangeFinder
*
* Public: No
*/
!isNull ((uiNamespace getVariable ["ACE_dlgRangefinder", displayNull]) displayCtrl 1713151)
&& {cameraView == "GUNNER"} // return