ACE3/addons/nightvision/functions/fnc_initModule.sqf
2015-10-07 20:11:07 +02:00

22 lines
408 B
Plaintext

/*
* 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
*/
#include "script_component.hpp"
params ["_module"];
[_module, QGVAR(disableNVGsWithSights), "disableNVGsWithSights"] call EFUNC(common,readSettingFromModule);