DayZ 1.24
Loading...
Searching...
No Matches
SurfaceInfo.c
Go to the documentation of this file.
1typedef int[] SurfaceInfo;
2
8{
9 private void SurfaceInfo() {};
10 private void ~SurfaceInfo() {};
11
12 proto string GetName();
15
23
27 proto bool IsSolid();
28
30 proto string GetImpact();
31};
int[] SurfaceInfo
Definition SurfaceInfo.c:1
proto bool IsStairs()
proto float GetDustness()
proto float GetTransparency()
proto string GetName()
proto string GetSoundEnv()
void ~SurfaceInfo()
Definition SurfaceInfo.c:10
proto bool IsSolid()
proto float GetThickness()
proto float GetBulletPenetrability()
proto string GetImpact()
proto float GetRoughness()
proto string GetSurfaceType()
proto bool IsPassthrough()
proto string GetEntryName()
proto bool IsLiquid()
void SurfaceInfo()
Definition SurfaceInfo.c:9
proto float GetAudability()
proto float GetDeflection()