DayZ 1.24
Loading...
Searching...
No Matches
SurfaceInfo Class Reference

Private Member Functions

void SurfaceInfo ()
 
void ~SurfaceInfo ()
 
proto string GetName ()
 
proto string GetEntryName ()
 
proto string GetSurfaceType ()
 
proto float GetRoughness ()
 
proto float GetDustness ()
 
proto float GetBulletPenetrability ()
 
proto float GetThickness ()
 
proto float GetDeflection ()
 
proto float GetTransparency ()
 
proto float GetAudability ()
 
proto bool IsLiquid ()
 
proto bool IsStairs ()
 
proto bool IsPassthrough ()
 
proto bool IsSolid ()
 
proto string GetSoundEnv ()
 
proto string GetImpact ()
 

Detailed Description

Unmanaged surface info handle. Provides API to surfaces that are defined as part of 'CfgSurfaces' or exist in an objects .bisurf file. Lifetime is managed in code so don't store handles of this type yourself.

Definition at line 7 of file SurfaceInfo.c.

Constructor & Destructor Documentation

◆ SurfaceInfo()

void SurfaceInfo::SurfaceInfo ( )
inlineprivate

Definition at line 9 of file SurfaceInfo.c.

9{};

◆ ~SurfaceInfo()

void SurfaceInfo::~SurfaceInfo ( )
inlineprivate

Definition at line 10 of file SurfaceInfo.c.

10{};

Member Function Documentation

◆ GetAudability()

proto float SurfaceInfo::GetAudability ( )
private

◆ GetBulletPenetrability()

proto float SurfaceInfo::GetBulletPenetrability ( )
private

◆ GetDeflection()

proto float SurfaceInfo::GetDeflection ( )
private

◆ GetDustness()

proto float SurfaceInfo::GetDustness ( )
private

◆ GetEntryName()

proto string SurfaceInfo::GetEntryName ( )
private

◆ GetImpact()

proto string SurfaceInfo::GetImpact ( )
private

◆ GetName()

proto string SurfaceInfo::GetName ( )
private

◆ GetRoughness()

proto float SurfaceInfo::GetRoughness ( )
private

◆ GetSoundEnv()

proto string SurfaceInfo::GetSoundEnv ( )
private

◆ GetSurfaceType()

proto string SurfaceInfo::GetSurfaceType ( )
private

◆ GetThickness()

proto float SurfaceInfo::GetThickness ( )
private

◆ GetTransparency()

proto float SurfaceInfo::GetTransparency ( )
private

◆ IsLiquid()

proto bool SurfaceInfo::IsLiquid ( )
private

◆ IsPassthrough()

proto bool SurfaceInfo::IsPassthrough ( )
private

◆ IsSolid()

proto bool SurfaceInfo::IsSolid ( )
private

◆ IsStairs()

proto bool SurfaceInfo::IsStairs ( )
private

The documentation for this class was generated from the following file: