ACE3/addons/hearing/functions/fnc_moduleHearing.sqf
2015-03-24 01:18:00 -03:00

21 lines
432 B
Plaintext

/*
* Author: esteldunedain
* Initializes the Map module.
*
* Arguments:
* Whatever the module provides. (I dunno.)
*
* Return Value:
* None
*/
#include "script_component.hpp"
_logic = _this select 0;
_activated = _this select 2;
if !(_activated) exitWith {};
[_logic, QGVAR(enableCombatDeafness), "EnableCombatDeafness"] call EFUNC(common,readSettingFromModule);
diag_log text "[ACE]: Interaction Module Initialized.";