Accesses the comment of this SofuObject.

C# |
public string GetComment()

Returns the comment of this SofuObject


Sofu.Sofu.Map file = SofuReader.LoadFile("file.sofu"); Consile.Out.WriteLine("The comment for this file is: "); Console.Out.WriteLine(file.GetComment());