ACE3/addons/vector/functions/fnc_showReticle.sqf

21 lines
399 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-01-21 22:05:19 +00:00
/*
* Author: commy2
* Shows or hides the electronic reticle.
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* call ace_vector_fnc_showReticle
*
* Public: No
*/
2015-01-21 22:05:19 +00:00
2016-04-08 18:34:50 +00:00
((GETUVAR(ACE_dlgVector,displayNull)) displayCtrl 1302) ctrlSetText (["", QPATHTOF(rsc\vector_crosshair.paa)] select (_this select 0));
[GVAR(illuminate)] call FUNC(illuminate);