mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
e02e058ecb
Untested
17 lines
326 B
Plaintext
17 lines
326 B
Plaintext
/*
|
|
* Author: commy2
|
|
*
|
|
* Returns true if the laser distance measurement can be read from the engine.
|
|
*
|
|
* Argument:
|
|
* Nothing
|
|
*
|
|
* Return value:
|
|
* Boolean (Bool)
|
|
*/
|
|
|
|
#include "script_component.hpp"
|
|
|
|
!isNull ((uiNamespace getVariable ["ACE_dlgRangefinder", displayNull]) displayCtrl 1713151)
|
|
&& {cameraView == "GUNNER"}
|