Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
hitinfo.c
Go to the documentation of this file.
1 class HitInfo
2 {
3  proto native float GetSurfaceNoiseMultiplier();
4  proto native string GetAmmoType();
5  proto native vector GetPosition();
6  proto native vector GetSurfaceNormal();
7  proto native string GetSurface();
8  proto native bool IsWater();
9 }
HitInfo
Definition: hitinfo.c:1
vector
Definition: enconvert.c:105