Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
VehicleWheeledSimulation_SA_B.c File Reference

Go to the source code of this file.

Data Structures

class  VehicleWheeledSimulation_SA_BClass
 

Functions

VehicleWheeledSimulationClass VehicleBaseSimulationClass GetSpeedKmh ()
 Returns current vehicle speed in km/h (kilometres per hour). More...
 
proto external float GetSteering ()
 Returns current steering input in range < -1, 1 > More...
 
proto external void SetSteering (float in)
 
proto external float GetClutch ()
 
proto external void SetClutch (float in)
 
proto external float GetBrake ()
 Returns current brake input in range < 0, 1 > More...
 
proto external void SetBreak (float in, bool hb)
 
proto external float GetThrottle ()
 returns current throttle input in range < 0, 1 > More...
 
VehicleHelicopterSimulationClass VehicleBaseSimulationClass SetThrottle (float in)
 
proto external int GetGear ()
 Returns index of currently engaged gear. More...
 
proto external void SetGear (int in)
 Switches to given gear. More...
 
proto external bool IsHandbrakeOn ()
 Returns whether handbrake is currently applied. More...
 
proto external void EngineStart ()
 Starts the engine. More...
 
proto external void EngineStop ()
 Stops the engine. More...
 
proto external bool EngineIsOn ()
 Returns true if engine is running. More...
 
proto external float EngineGetRPMIdle ()
 Returns idle rpm of the engine. More...
 
proto external float EngineGetRPMPeakTorque ()
 Returns rpm at which engine provides maximal torque. More...
 
proto external float EngineGetRPMPeakPower ()
 Returns rpm at which engine provides maximal power. More...
 
proto external float EngineGetRPMMax ()
 Returns maximal working rpm before engine explodes. More...
 
proto external float EngineGetRPM ()
 Returns current engine's RPM. More...
 
proto external float EngineGetRPMFeedback ()
 Returns RPM that is feeded back from rest of the powertrain. More...
 
proto external float EngineGetLoad ()
 Returns current engine load in range < 0, 1 > More...
 
proto external float EngineGetPeakTorque ()
 Returns initial engine's peak torque in Nm (newton-metre). More...
 
proto external float EngineGetPeakTorqueState ()
 Returns current engine's peak torque in Nm (newton-metre). More...
 
proto external void EngineSetPeakTorqueState (float peakTorque)
 
proto external float EngineGetPeakPower ()
 Returns initial engine's peak power in kW (kilowatts). More...
 
proto external float EngineGetPeakPowerState ()
 Returns current engine's peak power in kW (kilowatts). More...
 
proto external void EngineSetPeakPowerState (float peakPower)
 
proto external float GearboxGetEfficiency ()
 Returns initial gearbox efficiency. More...
 
proto external float GearboxGetEfficiencyState ()
 Returns current gearbox efficiency. More...
 
proto external void GearboxSetEfficiencyState (float efficiency)
 Sets current gearbox efficiency. More...
 
proto external int GearboxGearsCount ()
 Returns number of all gear ratios (neutral included). More...
 
proto external int GearboxForwardGearsCount ()
 Returns number of forward gears. More...
 
proto external int WheelCount ()
 Returns number of wheels. More...
 
proto external int WheelGetIndex (string name)
 Returns stored index of the wheel based on its name. More...
 
proto external vector WheelGetPosition (int wheelIdx, float displacement=0.0)
 
proto external string WheelGetName (int wheelIdx)
 Returns name of the wheel based on its index. More...
 
proto external bool WheelHasContact (int wheelIdx)
 Returns true if wheel has contact with ground or other object. More...
 
proto external GameMaterial WheelGetContactMaterial (int wheelIdx)
 Returns wheel contact material. More...
 
proto external vector WheelGetContactPosition (int wheelIdx)
 Returns wheel contact position in world space. More...
 
proto external vector WheelGetContactNormal (int wheelIdx)
 Returns wheel contact normal. More...
 
proto external IEntity WheelGetContactEntity (int wheelIdx)
 Returns entity which is in contact with wheel. More...
 
proto external EWheelContactLiquidState WheelGetContactLiquidState (int wheelIdx)
 Returns whether and how is wheel in contact with some liquid. More...
 
proto external GameMaterial WheelGetContactLiquidMaterial (int wheelIdx)
 Returns the material of the liquid which the wheel is in contact. More...
 
proto external vector WheelGetContactLiquidPosition (int wheelIdx)
 Returns the position where the wheel touches a liquid surface. More...
 
proto external float WheelGetRPM (int wheelIdx)
 Returns current wheel's RPM. More...
 
proto external float WheelGetRadius (int wheelIdx)
 Returns initial wheel's radius. More...
 
proto external float WheelGetRadiusState (int wheelIdx)
 Returns current wheel's radius. More...
 
proto external float WheelSetRadiusState (int wheelIdx, float radius)
 Sets current wheel's radius. More...
 
proto external float WheelGetMass (int wheelIdx)
 Returns initial wheel's mass. More...
 
proto external float WheelGetMassState (int wheelIdx)
 Returns current wheel's mass. More...
 
proto external float WheelSetMassState (int wheelIdx, float mass)
 Sets current wheel's mass. More...
 
proto external float WheelGetLongitudinalSlip (int wheelIdx)
 Returns longitudinal slip of tyre. More...
 
proto external float WheelGetLateralSlip (int wheelIdx)
 Returns lateral slip of tyre. More...
 
proto external float WheelGetRollingDrag (int wheelIdx)
 Returns current wheel's rolling drag percentage. More...
 
proto external void WheelSetRollingDrag (int wheelIdx, float drag)
 Sets current rolling drag percentage. More...
 
proto external float WheelTyreGetRoughness (int wheelIdx)
 Returns initial roughness of wheel's tyre surface. More...
 
proto external float WheelTyreGetRoughnessState (int wheelIdx)
 Returns current roughness of wheel's tyre surface. More...
 
proto external void WheelTyreSetRoughnessState (int wheelIdx, float roughness)
 Sets current roughness of wheel's tyre surface. More...
 
proto external float WheelTyreGetLongitudinalFriction (int wheelIdx)
 Returns tyre's initial longitudinal friction. More...
 
proto external float WheelTyreGetLongitudinalFrictionState (int wheelIdx)
 Returns tyre's current longitudinal friction. More...
 
proto external void WheelTyreSetLongitudinalFrictionState (int wheelIdx, float lngFriction)
 Sets tyre's current longitudinal friction. More...
 
proto external float WheelTyreGetLateralFriction (int wheelIdx)
 Returns tyre's initial lateral friction. More...
 
proto external float WheelTyreGetLateralFrictionState (int wheelIdx)
 Returns tyre's current lateral friction. More...
 
proto external void WheelTyreSetLateralFrictionState (int wheelIdx, float latFriction)
 Sets tyre's current lateral friction. More...
 
proto external float GetNoiseSteerSensitivity ()
 Returns sensitivity against noise steer value of surface in range < 0, 1 > More...
 
proto external void SetNoiseSteerSensitivity (float newValue)
 
proto external float GetRoughnessSensitivity ()
 Returns sensitivity against roughness value of surface in range < 0, 1 > More...
 
proto external void SetRoughnessSensitivity (float newValue)