Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GamepadRumbleEffect.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
14{
17 static proto void SetRumbleIntensity(float intensity);
18 static proto void GetRumbleIntensity(out float intensity);
20 proto external int GetFadeInTimeMS();
22 proto external int GetFadeOutTimeMS();
24 proto external float GetAmplitude();
26 proto external void SetAmplitudeBase(float a);
28 proto external int GetDurationMS();
30 proto external int GetLoopTimes();
31 proto external bool IsInfiniteLooping();
32}
33
Effect used to rumble the gamepad.