MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / TabOver

Method TabOver

editor/DallasMainDlg.cpp:9581–9589  ·  view source on GitHub ↗

Writes out a series of tabs to the CurrentOutputFile

Source from the content-addressed store, hash-verified

9579
9580// Writes out a series of tabs to the CurrentOutputFile
9581void CDallasMainDlg::TabOver(void) {
9582 int j;
9583
9584 if (CurrentOutputFile == NULL)
9585 return;
9586
9587 for (j = 0; j < CurrentTabLevel; j++)
9588 cfprintf(CurrentOutputFile, "\t");
9589}
9590
9591// Create the source script CPP file
9592int CDallasMainDlg::CreateScriptFile(char *filename) {

Callers

nothing calls this directly

Calls 1

cfprintfFunction · 0.85

Tested by

no test coverage detected