MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Chat_AddRaw

Function Chat_AddRaw

src/Chat.c:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void Chat_AddRaw(const char* raw) {
203 cc_string str = String_FromReadonly(raw);
204 Chat_AddOf(&str, MSG_TYPE_NORMAL);
205}
206void Chat_Add(const cc_string* text) { Chat_AddOf(text, MSG_TYPE_NORMAL); }
207
208void Chat_AddOf(const cc_string* text, int msgType) {

Callers 15

Gfx_WarnIfNecessaryFunction · 0.85
Queue_ResizeFunction · 0.85
Animations_TickFunction · 0.85
Atlas_TryChangeFunction · 0.85
UseDedicatedCacheFunction · 0.85
TexturePack_CheckPendingFunction · 0.85
LocalPlayer_HandleFlyFunction · 0.85
LocalPlayer_HandleNoclipFunction · 0.85

Calls 2

String_FromReadonlyFunction · 0.85
Chat_AddOfFunction · 0.85

Tested by

no test coverage detected