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

◆ SurfaceUnderObjectByBoneCorrectedLiquid()

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

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

1249 {
1250 SurfaceUnderObjectByBone(object, boneType, type, liquidType);
1251 liquidType = CorrectLiquidType(liquidType);
1252 }
proto void SurfaceUnderObjectByBone(notnull Object object, int boneType, out string type, out int liquidType)
int CorrectLiquidType(int liquidType)
Определения Global/game.c:1227

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