MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / AbortTimer

Method AbortTimer

src/newgrf_profiling.cpp:196–199  ·  view source on GitHub ↗

* Abort the timeout timer, so the timer callback is never called. */ static */

Source from the content-addressed store, hash-verified

194 * Abort the timeout timer, so the timer callback is never called.
195 */
196/* static */ void NewGRFProfiler::AbortTimer()
197{
198 _profiling_finish_timeout.Abort();
199}

Callers

nothing calls this directly

Calls 1

AbortMethod · 0.45

Tested by

no test coverage detected