ACE3/addons/finger/functions/fnc_moduleSettings.sqf

22 lines
429 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-06-09 05:00:00 +00:00
/*
* Author: PabstMirror
* Module for fingering settings
*
* Arguments:
* 0: The module logic <OBJECT>
*
* Return Value:
* None
*
* Example:
* [logic] call ace_finger_fnc_moduleSettings
*
2015-06-09 05:00:00 +00:00
* Public: No
*/
params ["_logic"];
2015-06-09 05:00:00 +00:00
2015-06-09 19:02:19 +00:00
[_logic, QGVAR(enabled), "enabled"] call EFUNC(common,readSettingFromModule);
2015-06-09 05:00:00 +00:00
[_logic, QGVAR(maxRange), "maxRange"] call EFUNC(common,readSettingFromModule);