HeroStats Libraries
StatsEngine.Save Method 

[This is preliminary documentation and subject to change.]

Saves this object to the specified file name

[Visual Basic]
Public Function Save( _
   ByVal filename As String _
) As SaveResult
[C#]
public SaveResult Save(
   string filename
);

Parameters

filename
Name of save file

Return Value

Status of success of save operation

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace