ACE3/addons/dragging/XEH_postInit.sqf

12 lines
236 B
Plaintext

// by PabstMirror
#include "script_component.hpp"
GVAR(currentHeightChange) = 0;
[{_this call DFUNC(handleScrollWheel)}] call FUNC(common,addScrollWheelEventHandler);
if (isNil QGVAR(maxWeight)) then {
GVAR(maxWeight) = 800;
};