MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / clear_path

Method clear_path

ogsr_engine/xrGame/movement_manager.cpp:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void CMovementManager::clear_path()
257{
258 m_detail_path_manager->m_path.clear();
259 detail_path_builder().remove();
260}
261
262bool CMovementManager::distance_to_destination_greater(const float& distance_to_check) const
263{

Callers 1

initializeMethod · 0.80

Calls 2

clearMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected