ACE3/addons/vector/functions/fnc_showReticle.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

21 lines
411 B
Plaintext

#include "..\script_component.hpp"
/*
* Author: commy2
* Shows or hides the electronic reticle.
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* call ace_vector_fnc_showReticle
*
* Public: No
*/
((GETUVAR(ACE_dlgVector,displayNull)) displayCtrl IDC_CROSSHAIR) ctrlSetText (["", QPATHTOF(rsc\vector_crosshair.paa)] select (_this select 0));
[GVAR(illuminate)] call FUNC(illuminate);