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

Function ChatToggle

src/openrct2/interface/Chat.cpp:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void ChatToggle()
69{
70 if (gChatOpen)
71 {
72 ChatClose();
73 }
74 else
75 {
76 ChatOpen();
77 }
78}
79
80void ChatInit()
81{

Callers 2

onMouseUpMethod · 0.85

Calls 2

ChatCloseFunction · 0.85
ChatOpenFunction · 0.85

Tested by

no test coverage detected