ACE3/addons/parachute/functions/fnc_hideAltimeter.sqf

19 lines
338 B
Plaintext
Raw Normal View History

/*
* Author: Garth 'L-H' de Wet
* Removes the altimeter from the screen.
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* call ACE_Parachute_fnc_hideAltimeter
*
* Public: No
*/
#include "script_component.hpp"
2015-02-02 21:58:24 +00:00
GVAR(AltimeterActive) = false;
(["ACE_Altimeter"] call BIS_fnc_rscLayer) cutText ["","PLAIN",0,true];