![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Static Private Member Functions | |
| static bool | AllowedWaterSurface (float pHeight, string pSurface, array< string > pAllowedSurfaceList) |
| static bool | CheckLiquidSource (float pHeight, string pSurface, int allowedWaterSourceMask) |
| static float | GetParamFloat (string surface_name, string param_name) |
| static int | GetParamInt (string surface_name, string param_name) |
| static string | GetParamText (string surfaceName, string paramName) |
| static int | GetStepsParticleID (string surface_name) |
| static int | GetWheelParticleID (string surface_name) |
|
inlinestaticprivate |
Definition at line 31 of file surface.c.
References g_Game, string::Replace(), and UAWaterType::SEA.
Referenced by CCTWaterSurface::Can(), and ItemBase::IsSurfaceWater().
|
inlinestaticprivate |
Definition at line 54 of file surface.c.
References SurfaceInfo::GetByName(), SurfaceInfo::GetLiquidType(), and LIQUID_SALTWATER.
Referenced by Can().
Definition at line 18 of file surface.c.
References g_Game.
Referenced by DealEvinronmentAdjustedDmg(), GetSurfaceWetnessOnHeatModifier(), and ManBase::ProcessFeetDamageServer().
Definition at line 23 of file surface.c.
References g_Game.
Referenced by GetObjectNameFromSurfaceConfig().
Definition at line 3 of file surface.c.
References SurfaceInfo::GetByName(), and SurfaceInfo::GetStepParticleId().
Referenced by DayZPlayer::OnStepEvent().
Definition at line 8 of file surface.c.
References SurfaceInfo::GetByName(), and SurfaceInfo::GetWheelParticleId().
Referenced by Car::EOnPostSimulate(), and EffWheelSmoke::SetSurface().