ACE3/addons/nightvision/functions/fnc_initModule.sqf

22 lines
441 B
Plaintext
Raw Normal View History

#include "..\script_component.hpp"
2015-10-07 18:11:07 +00:00
/*
* Author: BaerMitUmlaut
* Initializes the settings for the disable NVGs in sight module.
*
* Arguments:
* 0: Module <OBJECT>
*
* Return Value:
* None
*
* Example:
* [_module] call ace_nightvision_fnc_initModule
*
* Public: No
*/
params ["_module"];
TRACE_1("initModule",_module);
2015-10-07 18:11:07 +00:00
[_module, QGVAR(disableNVGsWithSights), "disableNVGsWithSights"] call EFUNC(common,readSettingFromModule);