Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
VehicleBaseSimulation.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
15 proto external bool IsValid();
17 proto external void GetWorldTransform(out vector mat[4]);
19 proto external vector GetVelocity();
21 proto external vector GetVelocityLocal();
23 proto external vector GetAngularVelocity();
25 proto external vector GetAngularVelocityLocal();
27 proto external vector GetAcceleration();
29 proto external vector GetAccelerationLocal();
31 proto external float GetSpeedKmh();
33 proto external vector GetGForce();
35 proto external float GetGForceMagnitude();
37 proto external bool HasAnyGroundContact();
39 proto external void SetSurfaceOverride(ResourceName surfaceMat);
40
41 // callbacks
42
47 event protected void OnInit(IEntity owner);
48}
49
void OnInit(IEntity owner)
proto external vector GetVelocity()