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

Go to the source code of this file.

Data Structures

class  VehicleBaseSimulationClass
 

Functions

VehicleBaseSimulationClass GameComponentClass HasAnyGroundContact ()
 Returns true if any wheel/landing gear has contact with ground or other object. More...
 
proto external vector GetGForce ()
 Returns the acceleration of the vehicle produced by mechanical forces. More...
 
proto external float GetGForceMagnitude ()
 Returns the total amount of acceleration of the vehicle produced by mechanical forces. More...
 
proto external bool IsValid ()
 Returns true if this component was properly initialized. More...
 
event protected void OnInit (IEntity owner)