Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
GamepadRumbleEffect.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
class
GamepadRumbleEffect
:
GamepadEffect
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
GamepadEffect
Definition
GamepadEffect.c:13
GamepadRumbleEffect
Effect used to rumble the gamepad.
Definition
GamepadRumbleEffect.c:14
scripts
Game
generated
Gamepad
GamepadRumbleEffect.c
Generated by
1.17.0