Home
last modified time | relevance | path

Searched refs:SetPilot (Results 1 – 6 of 6) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/planet/Tutorials.ocf/Tutorial07.ocs/CallAirship.ocd/
H A DScript.c18 helper->SetPilot(pilot); in Create()
23 public func SetPilot(object to) in SetPilot() function
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_vehicles.cpp667 pVeh->m_pVehicleInfo->SetPilot( pVeh, (bgEntity_t *)ent ); in Board()
707 pVeh->m_pVehicleInfo->SetPilot( pVeh, ent ); in Board()
757 pVeh->m_pVehicleInfo->SetPilot( pVeh, (bgEntity_t *)ent ); in Board()
762 pVeh->m_pVehicleInfo->SetPilot( pVeh, ent ); in Board()
1143 pVeh->m_pVehicleInfo->SetPilot( pVeh, pVeh->m_ppPassengers[j] ); in Eject()
3158 void SetPilot( Vehicle_t *pVeh, bgEntity_t *pPilot ) { pVeh->m_pPilot = pPilot; } function
3174 pVehInfo->SetPilot = SetPilot;
H A Dg_vehicles.h315 void (*SetPilot)( Vehicle_t *pVeh, gentity_t *pPilot ); member
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_vehicles.c317 pVeh->m_pVehicleInfo->SetPilot( pVeh, (bgEntity_t *)ent ); in Board()
392 pVeh->m_pVehicleInfo->SetPilot( pVeh, (bgEntity_t *)ent ); in Board()
718 pVeh->m_pVehicleInfo->SetPilot( pVeh, pVeh->m_ppPassengers[j] ); in Eject()
2453 void SetPilot( Vehicle_t *pVeh, bgEntity_t *pPilot ) { pVeh->m_pPilot = pPilot; } in SetPilot() function
2469 pVehInfo->SetPilot = SetPilot; in G_SetSharedVehicleFunctions()
H A Dbg_vehicles.h313 void (*SetPilot)( Vehicle_t *pVeh, bgEntity_t *pPilot ); member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs19787 pub unsafe fn SetPilot(&self, ppilot: *const Pilot) -> ::windows::runtime::Result<()> { in SetPilot() method
19931 pub unsafe fn SetPilot(&self, ppilot: *const Pilot) -> ::windows::runtime::Result<()> { in SetPilot() method