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

◆ SurfaceUnderObjectCorrectedLiquid()

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

См. определение в файле Game.c строка 1183

1184 {
1185 SurfaceUnderObject(object, type, liquidType);
1186 liquidType = CorrectLiquidType(liquidType);
1187 }
int CorrectLiquidType(int liquidType)
Определения Game.c:1172
proto void SurfaceUnderObject(notnull Object object, out string type, out int liquidType)

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