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

Method PrintTemplateHelp

tools/incparser/Program.cs:173–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172
173 static void PrintTemplateHelp()
174 {
175 Console.WriteLine("Template File Help:");
176 Console.WriteLine("The inc parser can read a template file and replace variables with the outputs of it's parse and write into the output file");
177 Console.Write("\n");
178 Console.WriteLine("Variables:");
179 Console.Write("\n");
180 Console.WriteLine("$defines $enums $enumtypes $forwards $natives $stocks $funcenums $functags $structs");
181 }
182 }
183}

Callers

nothing calls this directly

Calls 2

WriteLineMethod · 0.80
WriteMethod · 0.45

Tested by

no test coverage detected