Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
surfaceinfo.c
Go to the documentation of this file.
1 typedef int[] SurfaceInfo;
2 
8 {
9  private void SurfaceInfo() {};
10  private void ~SurfaceInfo() {};
11 
12  proto string GetName();
13  proto string GetEntryName();
14  proto string GetSurfaceType();
15 
16  proto float GetRoughness();
17  proto float GetDustness();
18  proto float GetBulletPenetrability();
19  proto float GetThickness();
20  proto float GetDeflection();
21  proto float GetTransparency();
22  proto float GetAudability();
23 
24  proto bool IsLiquid();
25  proto bool IsStairs();
26  proto bool IsPassthrough();
27  proto bool IsSolid();
28 
29  proto string GetSoundEnv();
30  proto string GetImpact();
31 };
SurfaceInfo
Definition: surfaceinfo.c:7
SurfaceInfo
int[] SurfaceInfo
Definition: surfaceinfo.c:1