MCPcopy 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

BattleViewMethod · 0.80
CityViewMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected