Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/agg/
H A Dbin_info.h79 std::vector<float> projectileAngles; member
H A Dbin_info.cpp129 projectileAngles.push_back( getValue<float>( data, 187, i ) ); in MonsterAnimInfo()
282 const std::vector<float> & angles = projectileAngles; in getProjectileID()