MCPcopy Create free account
hub / github.com/diasurgical/devilution / AddPanelString

Function AddPanelString

Source/control.cpp:520–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void AddPanelString(char *str, BOOL just)
521{
522 strcpy(panelstr[pnumlines], str);
523 pstrjust[pnumlines] = just;
524
525 if (pnumlines < 4)
526 pnumlines++;
527}
528
529void ClearPanel()
530{

Callers 13

PrintMonstHistoryFunction · 0.85
PrintUniqueHistoryFunction · 0.85
PressKeyFunction · 0.85
timeout_cursorFunction · 0.85
DrawSpellListFunction · 0.85
CheckPanelInfoFunction · 0.85
DrawInfoBoxFunction · 0.85
CheckTownFunction · 0.85
CheckRportalFunction · 0.85
PrintItemOilFunction · 0.85
PrintItemMiscFunction · 0.85
PrintItemDetailsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected