MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / HasInfiniteSpeed

Method HasInfiniteSpeed

PanzerChasm/server/map.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60{}
61
62bool Map::Rocket::HasInfiniteSpeed( const GameResources& game_resources ) const
63{
64 PC_ASSERT( rocket_type_id < game_resources.rockets_description.size() );
65 return game_resources.rockets_description[ rocket_type_id ].model_file_name[0] == '\0';
66}
67
68template<class Func>
69void Map::ProcessElementLinks(

Callers 2

ShootMethod · 0.80
TickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected