Home
last modified time | relevance | path

Searched refs:SetThrottle (Results 1 – 25 of 75) sorted by relevance

123

/dports/games/palomino/palomino/scripts/
H A Dkeyboard.lua138 GetPlayerAircraft():SetThrottle( 0.0 )
148 GetPlayerAircraft():SetThrottle( 2.0 / 9.0 )
153 GetPlayerAircraft():SetThrottle( 3.0 / 9.0 )
158 GetPlayerAircraft():SetThrottle( 4.0 / 9.0 )
163 GetPlayerAircraft():SetThrottle( 5.0 / 9.0 )
168 GetPlayerAircraft():SetThrottle( 6.0 / 9.0 )
173 GetPlayerAircraft():SetThrottle( 7.0 / 9.0 )
178 GetPlayerAircraft():SetThrottle( 8.0 / 9.0 )
183 GetPlayerAircraft():SetThrottle( 1.0 ) -- 100%
192 GetPlayerAircraft():SetThrottle( throttle )
[all …]
H A Dmission_carrier.lua200 PlayerActor.aircraft:SetThrottle( 0.3 )
207 PlayerActor.aircraft:SetThrottle( 0.0 )
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/include/aws/apigateway/model/
H A DApiStage.h141 …inline void SetThrottle(const Aws::Map<Aws::String, ThrottleSettings>& value) { m_throttleHasBeenS… in SetThrottle() function
147 …inline void SetThrottle(Aws::Map<Aws::String, ThrottleSettings>&& value) { m_throttleHasBeenSet = … in SetThrottle() function
153 …& WithThrottle(const Aws::Map<Aws::String, ThrottleSettings>& value) { SetThrottle(value); return … in WithThrottle()
159 …inline ApiStage& WithThrottle(Aws::Map<Aws::String, ThrottleSettings>&& value) { SetThrottle(std::… in WithThrottle()
H A DCreateUsagePlanRequest.h181 …inline void SetThrottle(const ThrottleSettings& value) { m_throttleHasBeenSet = true; m_throttle =… in SetThrottle() function
186 …inline void SetThrottle(ThrottleSettings&& value) { m_throttleHasBeenSet = true; m_throttle = std:… in SetThrottle() function
191 …inline CreateUsagePlanRequest& WithThrottle(const ThrottleSettings& value) { SetThrottle(value); r… in WithThrottle()
196 …inline CreateUsagePlanRequest& WithThrottle(ThrottleSettings&& value) { SetThrottle(std::move(valu… in WithThrottle()
H A DCreateUsagePlanResult.h203 inline void SetThrottle(const ThrottleSettings& value) { m_throttle = value; } in SetThrottle() function
208 inline void SetThrottle(ThrottleSettings&& value) { m_throttle = std::move(value); } in SetThrottle() function
213 …inline CreateUsagePlanResult& WithThrottle(const ThrottleSettings& value) { SetThrottle(value); re… in WithThrottle()
218 …inline CreateUsagePlanResult& WithThrottle(ThrottleSettings&& value) { SetThrottle(std::move(value… in WithThrottle()
H A DUpdateUsagePlanResult.h203 inline void SetThrottle(const ThrottleSettings& value) { m_throttle = value; } in SetThrottle() function
208 inline void SetThrottle(ThrottleSettings&& value) { m_throttle = std::move(value); } in SetThrottle() function
213 …inline UpdateUsagePlanResult& WithThrottle(const ThrottleSettings& value) { SetThrottle(value); re… in WithThrottle()
218 …inline UpdateUsagePlanResult& WithThrottle(ThrottleSettings&& value) { SetThrottle(std::move(value… in WithThrottle()
H A DGetUsagePlanResult.h203 inline void SetThrottle(const ThrottleSettings& value) { m_throttle = value; } in SetThrottle() function
208 inline void SetThrottle(ThrottleSettings&& value) { m_throttle = std::move(value); } in SetThrottle() function
213 …inline GetUsagePlanResult& WithThrottle(const ThrottleSettings& value) { SetThrottle(value); retur… in WithThrottle()
218 …inline GetUsagePlanResult& WithThrottle(ThrottleSettings&& value) { SetThrottle(std::move(value));… in WithThrottle()
H A DUsagePlan.h228 …inline void SetThrottle(const ThrottleSettings& value) { m_throttleHasBeenSet = true; m_throttle =… in SetThrottle() function
233 …inline void SetThrottle(ThrottleSettings&& value) { m_throttleHasBeenSet = true; m_throttle = std:… in SetThrottle() function
238 … inline UsagePlan& WithThrottle(const ThrottleSettings& value) { SetThrottle(value); return *this;} in WithThrottle()
243 …inline UsagePlan& WithThrottle(ThrottleSettings&& value) { SetThrottle(std::move(value)); return *… in WithThrottle()
/dports/games/palomino/palomino/src/program/
H A Daircraft_models.cc310 Parent::SetThrottle( throttle ); in SetThrottle()
875 SetThrottle( 0.0f ); in F86Aircraft()
988 SetThrottle( 0.0f ); in A4Aircraft()
1201 SetThrottle( 0.0f ); in F14Aircraft()
1323 Parent::SetThrottle( throttle ); in SetThrottle()
1465 SetThrottle( 0.0f ); in F15Aircraft()
1611 SetThrottle( 0.0f ); in F16Aircraft()
1750 SetThrottle( 0.0f ); in F18Aircraft()
1892 SetThrottle( 0.0f ); in SR71Aircraft()
2041 SetThrottle( 0.0f ); in Mirage2000Aircraft()
[all …]
H A Daircraft_models.hh59 virtual void SetThrottle( const fp throttle );
281 virtual void SetThrottle( const fp throttle );
338 virtual void SetThrottle( const fp throttle );
365 virtual void SetThrottle( const fp throttle );
398 virtual void SetThrottle( const fp throttle );
426 virtual void SetThrottle( const fp throttle );
457 virtual void SetThrottle( const fp throttle );
484 virtual void SetThrottle( const fp throttle );
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/tracked_vehicle/test_rig/
H A DChIrrGuiDriverTTR.cpp62 SetThrottle(m_throttle + m_throttleDelta); in OnEvent()
65 SetThrottle(m_throttle - m_throttleDelta); in OnEvent()
H A DChDriverTTR.h63 void SetThrottle(double val, double min_val = -1, double max_val = 1);
H A DChDriverTTR.cpp96 void ChDriverTTR::SetThrottle(double val, double min_val, double max_val) { in SetThrottle() function in chrono::vehicle::ChDriverTTR
/dports/science/chrono/chrono-7.0.1/src/demos/python/vehicle/
H A Ddemo_VEH_HMMWV_DefSoil.py39 self.SetThrottle(0.7)
41 self.SetThrottle(3.5 * eff_time)
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/driver/
H A DChIrrGuiDriver.cpp114 SetThrottle(new_throttle); in OnEvent()
119 SetThrottle(0); in OnEvent()
325 SetThrottle(m_throttle + h * throttle_deriv); in Advance()
/dports/games/palomino/palomino/src/object/
H A Daircraft.cc87 SetThrottle( 0.0f ); in Aircraft()
141 SetThrottle( 0.0f ); in Reset()
316 Aircraft::SetThrottle( const fp throttle ) in SetThrottle() function in object::Aircraft
544 SetThrottle( 0.0f ); in SetCollision()
H A Dcraft.hh38 public: virtual void SetThrottle( const fp throttle );
H A Dcraft.cc74 Craft::SetThrottle( const fp throttle ) in SetThrottle() function in object::Craft
H A Daircraft.hh75 public: virtual void SetThrottle( const fp throttle );
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/
H A DChDriver.h84 void SetThrottle(double val, double min_val = 0, double max_val = 1);
H A DChDriver.cpp82 void ChDriver::SetThrottle(double val, double min_val, double max_val) { in SetThrottle() function in chrono::vehicle::ChDriver
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChShaftsThermalEngine.h55 void SetThrottle(double mt) { throttle = mt; } in SetThrottle() function
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dcardynamics.cpp91 void CARDYNAMICS::SetThrottle(float value) in SetThrottle() function in CARDYNAMICS
99 engine.SetThrottle(value * dmg); in SetThrottle()
H A Dcarengine.h104 void SetThrottle(const Dbl& value) { throttle_position = value; } in SetThrottle() function
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/ddk/
H A Dntpoapi.h73 PSET_PROCESSOR_THROTTLE SetThrottle; member

123