ACE3/addons/hearing/XEH_postInit.sqf

8 lines
181 B
Plaintext
Raw Normal View History

2015-01-14 02:00:48 +00:00
#include "script_component.hpp"
2015-01-13 04:17:52 +00:00
GVAR(currentDeafness) = 0;
GVAR(newStrength) = 0;
// Spawn volume updating process
2015-01-14 02:16:55 +00:00
[FUNC(updateVolume), 0.1, [] ] call CBA_fnc_addPerFrameHandler;