ACE3/addons/atragmx/functions/fnc_show_range_card.sqf

21 lines
353 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
/*
* Author: Ruthberg
* Shows/Hides the range card controls
*
* Arguments:
* visible - <BOOL>
*
* Return Value:
* None
*
* Example:
* false call ace_atragmx_fnc_show_range_card
*
* Public: No
*/
GVAR(showRangeCard) = _this;
{ctrlShow [_x, _this]} forEach [5000, 5001, 5002, 5003, 5004, 5005, 5006, 5007];