Home
last modified time | relevance | path

Searched refs:GetFlagsFromHeight (Results 1 – 3 of 3) sorted by relevance

/dports/games/spring/spring_98.0/rts/Sim/Projectiles/
H A DExplosionGenerator.h228 static unsigned int GetFlagsFromHeight(float height, float groundHeight);
H A DExplosionGenerator.cpp104 unsigned int CCustomExplosionGenerator::GetFlagsFromHeight(float height, float groundHeight) in GetFlagsFromHeight() function in CCustomExplosionGenerator
401 const unsigned int flags = CCustomExplosionGenerator::GetFlagsFromHeight(pos.y, groundHeight); in Explosion()
1012 unsigned int flags = GetFlagsFromHeight(pos.y, groundHeight); in Explosion()
/dports/games/spring/spring_98.0/rts/Game/
H A DGameHelper.cpp320 …const unsigned int soundFlags = CCustomExplosionGenerator::GetFlagsFromHeight(params.pos.y, altitu… in Explosion()