ACE3/addons/common/functions/fnc_handleModifierKey.sqf

21 lines
280 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
/*
* Author: commy2
* Handles key down event for modifier key.
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* call ace_common_fnc_handleModifierKey
*
* Public: No
*/
if (_this select 3) then {ACE_modifier = 1};
false