DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
Loading...
Searching...
No Matches
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:2
HitInfo::IsWater
proto native bool IsWater()
HitInfo::GetSurface
proto native string GetSurface()
HitInfo::GetPosition
proto native vector GetPosition()
HitInfo::GetSurfaceNormal
proto native vector GetSurfaceNormal()
HitInfo::GetSurfaceNoiseMultiplier
proto native float GetSurfaceNoiseMultiplier()
HitInfo::GetAmmoType
proto native string GetAmmoType()
vector
Definition
EnConvert.c:106