Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
VehicleWheeledSimulation_SA_B.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
VehicleWheeledSimulation_SA_B
:
VehicleBaseSimulation
13
{
17
proto external
void
ForceEnableSimulation();
19
proto external
float
GetSteering();
22
proto external
void
SetSteering(
float
in);
26
proto external
float
GetClutch();
29
proto external
void
SetClutch(
float
in);
31
proto external
float
GetBrake();
35
proto external
void
SetBreak(
float
in,
bool
hb);
37
proto external
float
GetThrottle();
40
proto external
void
SetThrottle(
float
in);
42
proto external
int
GetGear();
44
proto external
void
SetGear(
int
in);
46
proto external
bool
IsHandbrakeOn();
48
proto external
void
EngineStart();
50
proto external
void
EngineStop();
52
proto external
bool
EngineIsOn();
54
proto external
float
EngineGetRPMIdle();
56
proto external
float
EngineGetRPMPeakTorque();
58
proto external
float
EngineGetRPMPeakPower();
60
proto external
float
EngineGetRPMMax();
62
proto external
float
EngineGetRPM();
64
proto external
float
EngineGetRPMFeedback();
66
proto external
float
EngineGetLoad();
68
proto external
float
EngineGetPeakTorque();
70
proto external
float
EngineGetPeakTorqueState();
73
proto external
void
EngineSetPeakTorqueState(
float
peakTorque);
75
proto external
float
EngineGetPeakPower();
77
proto external
float
EngineGetPeakPowerState();
80
proto external
void
EngineSetPeakPowerState(
float
peakPower);
82
proto external
float
GearboxGetEfficiency();
84
proto external
float
GearboxGetEfficiencyState();
86
proto external
void
GearboxSetEfficiencyState(
float
efficiency);
88
proto external
int
GearboxGearsCount();
90
proto external
int
GearboxForwardGearsCount();
92
proto external
int
WheelCount();
94
proto external
int
WheelGetIndex(
string
name);
96
proto external
string
WheelGetName(
int
wheelIdx);
103
proto external
vector
WheelGetPosition(
int
wheelIdx,
float
displacement = 0.0);
105
proto external
bool
WheelHasContact(
int
wheelIdx);
107
proto external
GameMaterial
WheelGetContactMaterial(
int
wheelIdx);
109
proto external
vector
WheelGetContactPosition(
int
wheelIdx);
111
proto external
vector
WheelGetContactNormal(
int
wheelIdx);
113
proto external
IEntity
WheelGetContactEntity(
int
wheelIdx);
115
proto external
EWheelContactLiquidState
WheelGetContactLiquidState(
int
wheelIdx);
117
proto external
GameMaterial
WheelGetContactLiquidMaterial(
int
wheelIdx);
119
proto external
vector
WheelGetContactLiquidPosition(
int
wheelIdx);
121
proto external
float
WheelGetRPM(
int
wheelIdx);
123
proto external
float
WheelGetRadius(
int
wheelIdx);
125
proto external
float
WheelGetRadiusState(
int
wheelIdx);
127
proto external
float
WheelSetRadiusState(
int
wheelIdx,
float
radius);
129
proto external
float
WheelGetMass(
int
wheelIdx);
131
proto external
float
WheelGetMassState(
int
wheelIdx);
133
proto external
float
WheelSetMassState(
int
wheelIdx,
float
mass);
135
proto external
float
WheelGetLongitudinalSlip(
int
wheelIdx);
137
proto external
float
WheelGetLateralSlip(
int
wheelIdx);
139
proto external
float
WheelGetRollingDrag(
int
wheelIdx);
141
proto external
void
WheelSetRollingDrag(
int
wheelIdx,
float
drag);
143
proto external
float
WheelTyreGetRoughness(
int
wheelIdx);
145
proto external
float
WheelTyreGetRoughnessState(
int
wheelIdx);
147
proto external
void
WheelTyreSetRoughnessState(
int
wheelIdx,
float
roughness);
149
proto external
float
WheelTyreGetLongitudinalFriction(
int
wheelIdx);
151
proto external
float
WheelTyreGetLongitudinalFrictionState(
int
wheelIdx);
153
proto external
void
WheelTyreSetLongitudinalFrictionState(
int
wheelIdx,
float
lngFriction);
155
proto external
float
WheelTyreGetLateralFriction(
int
wheelIdx);
157
proto external
float
WheelTyreGetLateralFrictionState(
int
wheelIdx);
159
proto external
void
WheelTyreSetLateralFrictionState(
int
wheelIdx,
float
latFriction);
161
proto external
float
GetNoiseSteerSensitivity();
164
proto external
void
SetNoiseSteerSensitivity(
float
newValue);
166
proto external
float
GetRoughnessSensitivity();
169
proto external
void
SetRoughnessSensitivity(
float
newValue);
170
}
171
GameMaterial
Definition
GameMaterial.c:13
IEntity
Definition
IEntity.c:13
VehicleBaseSimulation
Definition
VehicleBaseSimulation.c:13
VehicleWheeledSimulation_SA_B
Definition
VehicleWheeledSimulation_SA_B.c:13
vector
Definition
vector.c:13
EWheelContactLiquidState
EWheelContactLiquidState
Describes whether wheel is in contact with some liquid.
Definition
EWheelContactLiquidState.c:14
scripts
Game
generated
Vehicle
VehicleWheeledSimulation_SA_B.c
Generated by
1.17.0