DayZ 1.24
|
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 () |
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.
|
inlineprivate |
Definition at line 9 of file SurfaceInfo.c.
|
inlineprivate |
Definition at line 10 of file SurfaceInfo.c.