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

Function RemoveTextEffect

src/texteff.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void RemoveTextEffect(TextEffectID te_id)
87{
88 _text_effects[te_id].Reset();
89}
90
91/** Slowly move text effects upwards. */
92const IntervalTimer<TimerWindow> move_all_text_effects_interval = {std::chrono::milliseconds(30), [](uint count) {

Callers 1

HideFillingPercentFunction · 0.85

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected