Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ ChatOpen
Function
ChatOpen
src/openrct2/interface/Chat.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void ChatOpen()
57
{
58
gChatOpen = true;
59
_chatTextInputSession = ContextStartTextInput(_chatCurrentLine, kChatMaxMessageLength);
60
}
61
62
void ChatClose()
63
{
Callers
1
ChatToggle
Function · 0.85
Calls
1
ContextStartTextInput
Function · 0.85
Tested by
no test coverage detected