Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ hasMessages
Method
hasMessages
forms/ticker.h:43–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
void addMessage(const UString &Text);
43
bool hasMessages() const { return !text.empty() || !messages.empty(); }
44
45
sp<BitmapFont> getFont() const;
46
void setFont(sp<BitmapFont> NewFont);
Callers
2
BattleView
Method · 0.80
CityView
Method · 0.80
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected