Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ ChatHistoryGetTime
Function
ChatHistoryGetTime
src/openrct2/interface/Chat.cpp:278–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
static uint32_t ChatHistoryGetTime(size_t index)
279
{
280
return _chatHistoryTime[index];
281
}
282
283
static void ChatClearInput()
284
{
Callers
1
ChatDraw
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected