expose a getThrottle for vehicles. save some calcs in AIWheeledVehicleControllerData

deletion cleanups
This commit is contained in:
AzaezelX 2025-04-18 11:00:13 -05:00
parent 2d5e8c1560
commit 78a26b0108
6 changed files with 22 additions and 38 deletions

View file

@ -147,6 +147,7 @@ public:
void onRemove() override;
Point2F getSteering() { return mSteering; };
F32 getThrottle() { return mThrottle;};
/// Interpolates between move ticks @see processTick
/// @param dt Change in time between the last call and this call to the function
void advanceTime(F32 dt) override;