ACE3/addons/mk6mortar/XEH_initPost.sqf

11 lines
280 B
Plaintext

#include "script_component.hpp"
if (!EGVAR(common,settingsInitFinished)) exitWith {
EGVAR(common,runAtSettingsInitialized) pushBack [{
if (GVAR(useAmmoHandling)) then {
_this call FUNC(mortarInit)
};
}, _this];
};
_this call FUNC(mortarInit);