ACE3/addons/vector/functions/fnc_showCenter.sqf

22 lines
406 B
Plaintext
Raw Normal View History

2015-01-15 06:18:57 +00:00
/*
* Author: commy2
* Shows or hides the vectors center square thingy.
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* call ace_vector_fnc_showCenter
*
* Public: No
*/
2015-01-15 06:18:57 +00:00
#include "script_component.hpp"
2016-04-08 18:34:50 +00:00
((GETUVAR(ACE_dlgVector,displayNull)) displayCtrl 1301) ctrlSetText (["", QPATHTOF(rsc\vector_center.paa)] select (_this select 0));
[GVAR(illuminate)] call FUNC(illuminate);