Home
last modified time | relevance | path

Searched refs:surfDestruction (Results 1 – 10 of 10) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dbg_vehicles.h188 int surfDestruction; //can parts of this thing be torn off on impact? -rww member
H A DFighterNPC.c1361 (pVeh->m_pVehicleInfo->surfDestruction && in ProcessOrientCommands()
1569 && (!pVeh->m_pVehicleInfo->surfDestruction || !pVeh->m_iRemovedSurfaces ) ) in ProcessOrientCommands()
1672 if (pVeh->m_pVehicleInfo->surfDestruction) in ProcessOrientCommands()
H A Dbg_slidemove.c492 if (pSelfVeh->m_pVehicleInfo->surfDestruction) in PM_VehicleImpact()
H A Dbg_vehicleLoad.c429 {"surfDestruction", VFOFS(surfDestruction), VF_INT},
H A Dg_vehicles.c1590 if (pVeh->m_pVehicleInfo->surfDestruction) in Update()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A DFighterNPC.cpp1253 (pVeh->m_pVehicleInfo->surfDestruction && in ProcessOrientCommands()
1444 && (!pVeh->m_pVehicleInfo->surfDestruction || !pVeh->m_iRemovedSurfaces ) ) in ProcessOrientCommands()
1555 if (pVeh->m_pVehicleInfo->surfDestruction) in ProcessOrientCommands()
H A Dg_vehicles.h201 int surfDestruction; //can parts of this thing be torn off on impact? -rww member
H A Dbg_vehicleLoad.cpp524 {"surfDestruction", VFOFS(surfDestruction), VF_INT},
H A Dg_vehicles.cpp2167 if (pVeh->m_pVehicleInfo->surfDestruction) in Update()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_players.c8091 if (pVehNPC->m_pVehicleInfo->surfDestruction && cent->ghoul2) in CG_VehicleEffects()