ACE3/addons/microdagr/functions/fnc_moduleMapFill.sqf
2015-08-26 11:00:59 -05:00

22 lines
410 B
Plaintext

/*
* Author: PabstMirror
* Function for the module (handles the map fill level)
*
* Arguments:
* 0: logic <OBJECT>
*
* Return Value:
* None
*
* Example:
* [module] call ace_microdagr_fnc_moduleMapFill
*
* Public: No
*/
#include "script_component.hpp"
if !(isServer) exitWith {};
params ["_logic"];
[_logic, QGVAR(MapDataAvailable), "MapDataAvailable"] call EFUNC(common,readSettingFromModule);