MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / ChatClose

Function ChatClose

src/openrct2/interface/Chat.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void ChatClose()
63{
64 gChatOpen = false;
65 ContextStopTextInput();
66}
67
68void ChatToggle()
69{

Callers 2

ChatToggleFunction · 0.85
ChatInputFunction · 0.85

Calls 1

ContextStopTextInputFunction · 0.85

Tested by

no test coverage detected