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

Function Chat_Add2

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

Source from the content-addressed store, hash-verified

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}
191void Chat_Add3(const char* format, const void* a1, const void* a2, const void* a3) {
192 Chat_Add4(format, a1, a2, a3, NULL);
193}

Callers 7

Animations_ValidateFunction · 0.85
InputHandler_ToggleFunction · 0.85
Game_ValidateBitmapFunction · 0.85
Game_ValidateBitmapPow2Function · 0.85
DrawOpCommand_ParseBlockFunction · 0.85
Classic_LevelFinaliseFunction · 0.85
CPE_DefineModelFunction · 0.85

Calls 1

Chat_Add4Function · 0.85

Tested by

no test coverage detected