C# Class TEditXNA.Terraria.WorldAnalysis

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

Public Methods

Method Description
AnalyzeWorld ( World world ) : string
AnalyzeWorld ( World world, string file ) : void

Private Methods

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

Method Details

AnalyzeWorld() public static method

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

AnalyzeWorld() public static method

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