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

Method IsValid

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

Source from the content-addressed store, hash-verified

34 }
35
36 inline bool IsValid() const { return this->mode != TE_INVALID; }
37};
38
39static std::vector<TextEffect> _text_effects; ///< Text effects are stored there

Callers 4

AddTextEffectFunction · 0.45
texteff.cppFile · 0.45
DrawTextEffectsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected