ACE3/addons/bft/functions/fnc_handleDeviceClosed.sqf

19 lines
245 B
Plaintext
Raw Normal View History

2016-09-03 07:35:37 +00:00
/*
* Author: Glowbal
*
*
* Arguments:
*
* Return Value:
* None
*
* Public: No
*/
#include "script_component.hpp"
GVAR(currentOpenedDevice) = [];
GVAR(registeredEncyptionKeys) = [];
[false] call FUNC(updateAvailableDevicesPosition);