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

◆ SurfaceUnderObjectExCorrectedLiquid()

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

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

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

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