Home
last modified time | relevance | path

Searched refs:UpdateFlying (Results 1 – 4 of 4) sorted by relevance

/dports/games/spring/spring_98.0/rts/Sim/MoveTypes/
H A DStrafeAirMoveType.h33 bool UpdateFlying(float wantedHeight, float engine);
H A DHoverAirMoveType.h39 void UpdateFlying();
H A DStrafeAirMoveType.cpp515 if (UpdateFlying(wantedHeight, 1.0f) && !goalInFront && loopbackAttack) { in Update()
528 UpdateFlying(wantedHeight, 1.0f); in Update()
743 UpdateFlying(wantedHeight, 1.0f); in UpdateAttack()
798 bool CStrafeAirMoveType::UpdateFlying(float wantedHeight, float engine) in UpdateFlying() function in CStrafeAirMoveType
1013 UpdateFlying(wantedHeight, 1.0f); in UpdateLanding()
H A DHoverAirMoveType.cpp409 void CHoverAirMoveType::UpdateFlying() in UpdateFlying() function in CHoverAirMoveType
616 UpdateFlying(); in UpdateLanding()
623 UpdateFlying(); in UpdateLanding()
958 UpdateFlying(); in Update()