C# Class TEditXNA.Terraria.KillTally

Show file Open project: TEdit/Terraria-Map-Editor

Public Methods

Method Description
LoadTally ( World world ) : string
SaveTally ( World world, string file ) : void

Private Methods

Method Description
WriteHeader ( StreamWriter sb, World world ) : void
WriteProperty ( this sb, string prop, object value ) : void
WriteTally ( StreamWriter sb, World world ) : void
WriteTallyCount ( StreamWriter sb, World world, bool fullAnalysis = false ) : void

Method Details

LoadTally() public static method

public static LoadTally ( World world ) : string
world World
return string

SaveTally() public static method

public static SaveTally ( World world, string file ) : void
world World
file string
return void