ACE3/addons/parachute/functions/fnc_hideAltimeter.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

19 lines
315 B
Plaintext

#include "..\script_component.hpp"
/*
* 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
*/
GVAR(AltimeterActive) = false;
"ACE_Altimeter" cutText ["","PLAIN",0,true];