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

Function Chat_Add1

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

Source from the content-addressed store, hash-verified

183}
184
185void Chat_Add1(const char* format, const void* a1) {
186 Chat_Add4(format, a1, NULL, NULL, NULL);
187}
188void Chat_Add2(const char* format, const void* a1, const void* a2) {
189 Chat_Add4(format, a1, a2, NULL, NULL);
190}

Callers 15

TexturePack_CheckPendingFunction · 0.85
ApplySkinFunction · 0.85
SaveLevelScreen_SaveFunction · 0.85
OpenChatLogFunction · 0.85
Soundboard_LoadFunction · 0.85
Game_ValidateBitmapFunction · 0.85
Game_ValidateBitmapPow2Function · 0.85
Game_WarnFuncFunction · 0.85
LoadPluginFunction · 0.85

Calls 1

Chat_Add4Function · 0.85

Tested by

no test coverage detected