Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
VehicleWheeledSimulation.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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 WheelGetAngularSpeed(int wheelIdx);
125 proto external vector WheelGetVelocityLS(int wheelIdx);
127 proto external vector WheelGetVelocityWS(int wheelIdx);
129 proto external float WheelGetRadius(int wheelIdx);
131 proto external float WheelGetRadiusState(int wheelIdx);
133 proto external float WheelSetRadiusState(int wheelIdx, float radius);
135 proto external float WheelGetMass(int wheelIdx);
137 proto external float WheelGetMassState(int wheelIdx);
139 proto external float WheelSetMassState(int wheelIdx, float mass);
141 proto external float WheelGetLongitudinalSlip(int wheelIdx);
143 proto external float WheelGetLateralSlip(int wheelIdx);
145 proto external float WheelGetRollingDrag(int wheelIdx);
147 proto external void WheelSetRollingDrag(int wheelIdx, float drag);
149 proto external float WheelTyreGetRoughness(int wheelIdx);
151 proto external float WheelTyreGetRoughnessState(int wheelIdx);
153 proto external void WheelTyreSetRoughnessState(int wheelIdx, float roughness);
155 proto external float WheelTyreGetLongitudinalFriction(int wheelIdx);
157 proto external float WheelTyreGetLongitudinalFrictionState(int wheelIdx);
159 proto external void WheelTyreSetLongitudinalFrictionState(int wheelIdx, float lngFriction);
161 proto external float WheelTyreGetLateralFriction(int wheelIdx);
163 proto external float WheelTyreGetLateralFrictionState(int wheelIdx);
165 proto external void WheelTyreSetLateralFrictionState(int wheelIdx, float latFriction);
167 proto external float GetNoiseSteerSensitivity();
170 proto external void SetNoiseSteerSensitivity(float newValue);
172 proto external float GetRoughnessSensitivity();
175 proto external void SetRoughnessSensitivity(float newValue);
176}
177
EWheelContactLiquidState
Describes whether wheel is in contact with some liquid.