Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Contact.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15sealed class Contact
16{
17 Physics Physics1;
18 Physics Physics2;
20 SurfaceProperties Material1;
22 SurfaceProperties Material2;
24 float Impulse;
26 int ShapeIndex1;
28 int ShapeIndex2;
30 vector Normal;
32 vector Position;
34 vector VelocityBefore1;
36 vector VelocityBefore2;
38 vector VelocityAfter1;
40 vector VelocityAfter2;
41
43 proto external float GetRelativeNormalVelocityBefore();
45 proto external float GetRelativeNormalVelocityAfter();
46}
47