Home
last modified time | relevance | path

Searched refs:hoverHeight (Results 1 – 9 of 9) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dbg_vehicles.h257 float hoverHeight; //if 0, it's a ground vehicle member
H A Dbg_vehicleLoad.c523 {"hoverHeight", VFOFS(hoverHeight), VF_FLOAT}, //if 0, it's a ground vehicle
1202 if ( vehicle->hoverHeight > 0 ) in VEH_LoadVehicle()
H A Dbg_slidemove.c906 pEnt->m_pVehicle && pEnt->m_pVehicle->m_pVehicleInfo->hoverHeight > 0) in PM_StepSlideMove()
H A Dbg_pmove.c486 else if ( pEnt->m_pVehicle->m_pVehicleInfo->hoverHeight > 0 ) in PM_SetSpecialMoveValues()
695 float hoverHeight; in PM_HoverTrace() local
707 hoverHeight = pVeh->m_pVehicleInfo->hoverHeight; in PM_HoverTrace()
721 …(pVeh->m_pVehicleInfo->bouyancy * ((pm->maxs[2]-pm->mins[2])*0.5f)) - (hoverHeight*0.5f);//1.0f sh… in PM_HoverTrace()
768 point[2] = pm->ps->origin[2] - hoverHeight; in PM_HoverTrace()
3087 if ( pVeh && pVeh->m_pVehicleInfo->hoverHeight > 0 ) in PM_AirMove()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_vehicleLoad.cpp94 {"hoverHeight", VFOFS(hoverHeight), VF_FLOAT}, //if 0, it's a ground vehicle
H A Dbg_vehicleLoad.cpp627 {"hoverHeight", VFOFS(hoverHeight), VF_FLOAT}, //if 0, it's a ground vehicle
1370 if ( vehicle->hoverHeight > 0 ) in VEH_LoadVehicle()
H A Dbg_slidemove.cpp360 …gent->client->NPC_class == CLASS_VEHICLE && pm->gent->m_pVehicle->m_pVehicleInfo->hoverHeight > 0 ) in PM_StepSlideMove()
H A Dg_vehicles.h259 float hoverHeight; //if 0, it's a ground vehicle member
H A Dbg_pmove.cpp596 if ( pm->gent->m_pVehicle && pm->gent->m_pVehicle->m_pVehicleInfo->hoverHeight > 0 ) in PM_Friction()
2904 if ( pVeh && pVeh->m_pVehicleInfo->hoverHeight > 0 ) in PM_AirMove()
5336 float hoverHeight = pVeh->m_pVehicleInfo->hoverHeight; in PM_HoverTrace() local
5351 …(pVeh->m_pVehicleInfo->bouyancy * ((pm->maxs[2]-pm->mins[2])*0.5f)) - (hoverHeight*0.5f);//1.0f sh… in PM_HoverTrace()
5385 point[2] = pm->ps->origin[2] - (hoverHeight*3.0f); in PM_HoverTrace()
14378 else if ( pm->gent->m_pVehicle->m_pVehicleInfo->hoverHeight > 0 ) in PM_SetSpecialMoveValues()