MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getNumMessages

Function getNumMessages

src/OpenLoco/src/MessageManager.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25 static auto& rawMessages() { return getGameState().messages; }
26 uint16_t getNumMessages() { return getGameState().numMessages; }
27
28 static void setNumMessages(const uint16_t numMessages)
29 {

Callers 11

postFunction · 0.85
removeFunction · 0.85
removeAllSubjectRefsFunction · 0.85
updateDailyFunction · 0.85
getActiveHighestPriorityFunction · 0.85
sub_428E47Function · 0.85
getScrollSizeFunction · 0.85
scrollMouseDownFunction · 0.85
scrollMouseOverFunction · 0.85
drawScrollFunction · 0.85
openLastMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected