MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / WriteLine

Method WriteLine

tools/incparser/ParseWriter.cs:146–150  ·  view source on GitHub ↗
(string line)

Source from the content-addressed store, hash-verified

144 }
145
146 private void WriteLine(string line)
147 {
148 Tabinate();
149 data.Append(line + "\n");
150 }
151
152 private void Tabinate()
153 {

Callers 4

SubMainMethod · 0.80
PrintHelpMethod · 0.80
PrintTemplateHelpMethod · 0.80
WriteFilesMethod · 0.80

Calls 1

AppendMethod · 0.80

Tested by

no test coverage detected