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

Method HasFired

src/timer/timer.h:171–174  ·  view source on GitHub ↗

* Check whether the timeout occurred. * * @return True iff the timeout occurred. */

Source from the content-addressed store, hash-verified

169 * @return True iff the timeout occurred.
170 */
171 bool HasFired() const
172 {
173 return this->fired;
174 }
175
176 /* Although these variables are public, they are only public to make saveload easier; not for common use. */
177

Callers 3

OnPaintMethod · 0.80
DrawWidgetMethod · 0.80
OnTick_CompaniesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected