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

◆ SurfaceUnderObjectByBoneCorrectedLiquid()

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

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

1267 {
1268 SurfaceUnderObjectByBone(object, boneType, type, liquidType);
1269 liquidType = CorrectLiquidType(liquidType);
1270 }
proto void SurfaceUnderObjectByBone(notnull Object object, int boneType, out string type, out int liquidType)
int CorrectLiquidType(int liquidType)
Определения Global/game.c:1245

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