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

Function ChatClearInput

src/openrct2/interface/Chat.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283static void ChatClearInput()
284{
285 _chatCurrentLine.clear();
286}
287
288// This method is the same as gfx_draw_string_left_wrapped.
289// But this adjusts the initial Y coordinate depending of the number of lines.

Callers 1

ChatInputFunction · 0.85

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected