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

◆ SurfaceUnderObjectCorrectedLiquid()

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

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

1257 {
1258 SurfaceUnderObject(object, type, liquidType);
1259 liquidType = CorrectLiquidType(liquidType);
1260 }
int CorrectLiquidType(int liquidType)
Определения Global/game.c:1245
proto void SurfaceUnderObject(notnull Object object, out string type, out int liquidType)

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