ACE3/addons/map/functions/fnc_onDrawMap.sqf
Phyma ffaa195fe5 Conform function headers to coding guidelines (#5255)
* Fixed headers to work with silentspike python script

* Fixed rest of the files

* Fixed ace-team
2017-06-08 15:31:51 +02:00

23 lines
385 B
Plaintext

/*
* Author: commy2
*
*
* Arguments:
* Something
*
* Return Value:
* None
*
* Example:
* call ACE_map_fnc_onDrawMap
*
* Public: No
*/
#include "script_component.hpp"
((_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);