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

Function Chat_Add

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

Source from the content-addressed store, hash-verified

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) {
209 cc_string str;

Callers 2

SPConnection_AddPartFunction · 0.85
Commands_PrintDefaultFunction · 0.85

Calls 1

Chat_AddOfFunction · 0.85

Tested by

no test coverage detected