ACE3/addons/map/functions/fnc_onDrawMap.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

22 lines
387 B
Plaintext

#include "..\script_component.hpp"
/*
* Author: commy2
*
*
* Arguments:
* Something
*
* Return Value:
* None
*
* Example:
* call ACE_map_fnc_onDrawMap
*
* Public: No
*/
((_this select 0) displayCtrl 1016) ctrlShow GVAR(mapShowCursorCoordinates);
// hide clock when no watch in inventory, or whatever never ever
((_this select 0) displayCtrl 101) ctrlShow GVAR(hasWatch);