ACE3/addons/rangecard/functions/fnc_onCloseDialog.sqf

20 lines
323 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
/*
* Author: joko // Jonas
* Add the Reserve Parachute to Units or Save Backpack if is a Parachute in Unit
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* None
*
* Public: No
*/
uiNamespace setVariable ['RangleCard_Display', nil];
GVAR(RangeCardOpened) = false;