DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ SurfaceUnderObjectExCorrectedLiquid()

void CGame::SurfaceUnderObjectExCorrectedLiquid ( notnull Object object,
out string type,
out string impact,
out int liquidType )
inlineprotected

См. определение в файле Global/game.c строка 1243

1244 {
1245 SurfaceUnderObjectEx(object, type, impact, liquidType);
1246 liquidType = CorrectLiquidType(liquidType);
1247 }
int CorrectLiquidType(int liquidType)
Определения Global/game.c:1227
proto void SurfaceUnderObjectEx(notnull Object object, out string type, out string impact, out int liquidType)

Перекрестные ссылки CorrectLiquidType() и SurfaceUnderObjectEx().

Используется в EntityAI::GetImpactSurfaceTypeEx().