KF2-Server-Extension/ServerExt/Classes/ExtStatWriter.uc
2017-10-19 21:00:49 -05:00

8 lines
275 B
Ucode

// Interface class for outputting stats into a file or something.
Interface ExtStatWriter;
function WriteValue( string Key, string Value );
function StartIntendent( string Section, optional string Key, optional string Value );
function EndIntendent();
function ResetFile();