Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
static std::vector<TextEffect> _text_effects; ///< Text effects are stored there
Callers
4
AddTextEffect
Function · 0.45
UpdateAllTextEffectVirtCoords
Function · 0.45
texteff.cpp
File · 0.45
DrawTextEffects
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected