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

◆ SurfaceUnderObjectCorrectedLiquid()

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

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

1239 {
1240 SurfaceUnderObject(object, type, liquidType);
1241 liquidType = CorrectLiquidType(liquidType);
1242 }
int CorrectLiquidType(int liquidType)
Определения Global/game.c:1227
proto void SurfaceUnderObject(notnull Object object, out string type, out int liquidType)

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