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

◆ OnJumpOutVehicleFinish()

void ManBase::OnJumpOutVehicleFinish ( float carSpeed)
inlineprotected

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

4100 {
4101 string surfaceType;
4102 int liquidType;
4103 GetGame().SurfaceUnderObject(this, surfaceType, liquidType);
4104 }
proto void SurfaceUnderObject(notnull Object object, out string type, out int liquidType)
proto native CGame GetGame()

Перекрестные ссылки GetGame() и CGame::SurfaceUnderObject().