Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
void ChatToggle()
69
{
70
if (gChatOpen)
71
{
72
ChatClose();
73
}
74
else
75
{
76
ChatOpen();
77
}
78
}
79
80
void ChatInit()
81
{
Callers
2
onMouseUp
Method · 0.85
registerDefaultShortcuts
Method · 0.85
Calls
2
ChatClose
Function · 0.85
ChatOpen
Function · 0.85
Tested by
no test coverage detected