Home
last modified time | relevance | path

Searched refs:monsterFacingTangent (Results 1 – 2 of 2) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dentity.hpp596 void monsterHandleKnockbackVelocity(real_t monsterFacingTangent, real_t weightratio);
H A Dactmonster.cpp10459 void Entity::monsterHandleKnockbackVelocity(real_t monsterFacingTangent, real_t weightratio) in monsterHandleKnockbackVelocity() argument
10463 …real_t maxVelX = cos(monsterFacingTangent) * .045 * (monsterGetDexterityForMovement() + 10) * weig… in monsterHandleKnockbackVelocity()
10464 …real_t maxVelY = sin(monsterFacingTangent) * .045 * (monsterGetDexterityForMovement() + 10) * weig… in monsterHandleKnockbackVelocity()