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

◆ SurfaceUnderObjectByBoneCorrectedLiquid()

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

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

1194 {
1195 SurfaceUnderObjectByBone(object, boneType, type, liquidType);
1196 liquidType = CorrectLiquidType(liquidType);
1197 }
proto void SurfaceUnderObjectByBone(notnull Object object, int boneType, out string type, out int liquidType)
int CorrectLiquidType(int liquidType)
Определения Game.c:1172

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