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

◆ OnJumpOutVehicleFinish()

void ManBase::OnJumpOutVehicleFinish ( float carSpeed)
inlineprotected

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

4110 {
4111 string surfaceType;
4112 int liquidType;
4113 GetGame().SurfaceUnderObject(this, surfaceType, liquidType);
4114 }
proto void SurfaceUnderObject(notnull Object object, out string type, out int liquidType)
proto native CGame GetGame()

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