MCPcopy 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
278static uint32_t ChatHistoryGetTime(size_t index)
279{
280 return _chatHistoryTime[index];
281}
282
283static void ChatClearInput()
284{

Callers 1

ChatDrawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected