mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
#include "script_component.hpp"
|
|
|
|
GVAR(currentDeafness) = 0;
|
|
GVAR(newStrength) = 0;
|
|
|
|
// Spawn volume updating process
|
|
[FUNC(updateVolume), 0.1, [] ] call CBA_fnc_addPerFrameHandler;
|