Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
GamepadTriggerEffect.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
GamepadTriggerEffect
:
GamepadEffect
13
{
15
proto external
GamepadTrigger
GetTriggerId();
17
proto external
GamepadTriggerEffect
GetEffectId();
19
proto external
void
GetCurve(out notnull array<int> outCurve);
21
proto external
void
GetBaseCurve(out notnull array<int> outCurve);
23
proto external
int
GetFrequency();
25
proto external
int
GetBaseFrequency();
26
proto external
bool
IsFrequencyVariable();
27
proto external
bool
IsAmplitudeVariable();
30
proto external
void
SetFrequencyDeltaAmount(
float
amount);
33
proto external
void
SetAmplitudeDeltaAmount(
float
amount);
34
proto external
float
GetFrequencyDeltaAmount();
35
proto external
float
GetAmplitudeDeltaAmount();
36
}
37
GamepadEffect
Definition
GamepadEffect.c:13
GamepadTriggerEffect
Definition
GamepadTriggerEffect.c:13
GamepadTrigger
GamepadTrigger
Definition
GamepadTrigger.c:13
scripts
Game
generated
Gamepad
GamepadTriggerEffect.c
Generated by
1.17.0