Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Vehicles.ocd/Airplane.ocd/
H A DScript.c1110 if (!Target->GetPilot() && this.throttle != 0)
1112 if (Target->GetPilot() && !Target->GetPilot()->GetAlive())
1113 Target->PlaneDismount(Target->GetPilot());
1118 if (Target->GetPilot())
1119 Target->Ejection(Target->GetPilot());
1163 public func GetPilot() in GetPilot() function
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/AI.ocd/Components.ocd/Vehicles.ocd/
H A DScript.c336 if (fx.Target != fx.vehicle->GetPilot()) in ExecuteAirplane()
339 if (!fx.vehicle->GetPilot()) in ExecuteAirplane()
354 if (!fx.vehicle->GetPilot()) in ExecuteAirplaneCarpetBomber()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dbg_vehicles.h366 const bgEntity_t *(*GetPilot)( Vehicle_t *pVeh ); member
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_vehicles.h368 const gentity_t *(*GetPilot)( Vehicle_t *pVeh ); member
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/operator/v1alpha1/
H A Dcomponent.pb.go77 func (m *IstioComponentSetSpec) GetPilot() *ComponentSpec { func
/dports/sysutils/istio/istio-1.6.7/operator/pkg/apis/istio/v1alpha1/
H A Dvalues_types.pb.go7670 func (m *Values) GetPilot() *PilotConfig { func