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

Method start_timer

ogsr_engine/xrGame/safe_map_iterator_inline.h:80–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78IC typename CSSafeMapIterator::_iterator& CSSafeMapIterator::next() { return (m_next_iterator); }
79
80TEMPLATE_SPEZIALIZATION
81IC void CSSafeMapIterator::start_timer() { m_timer.Start(); }
82
83TEMPLATE_SPEZIALIZATION
84IC bool CSSafeMapIterator::time_over() { return (use_time_limit && !m_first_update && (m_timer.GetElapsed_sec() >= m_max_process_time)); }

Callers

nothing calls this directly

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected