Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
206
void Chat_Add(const cc_string* text) { Chat_AddOf(text, MSG_TYPE_NORMAL); }
207
208
void Chat_AddOf(const cc_string* text, int msgType) {
209
cc_string str;
Callers
2
SPConnection_AddPart
Function · 0.85
Commands_PrintDefault
Function · 0.85
Calls
1
Chat_AddOf
Function · 0.85
Tested by
no test coverage detected