Etterna 0.74.4
Loading...
Searching...
No Matches
Functions
NotesWriterETT Namespace Reference

Writes a Song to a .ETT file. More...

Functions

bool Write (std::string &sPath, const Song &out, const std::vector< Steps * > &vpStepsToSave)
 Write the song out to a file.
 

Detailed Description

Writes a Song to a .ETT file.

Function Documentation

◆ Write()

bool NotesWriterETT::Write ( std::string &  sPath,
const Song out,
const std::vector< Steps * > &  vpStepsToSave 
)

Write the song out to a file.

Parameters
sPaththe path to write the file.
outthe Song to be written out.
vpStepsToSavethe Steps to save.
bSavingCachea flag to see if we're saving certain cache data.
Returns
its success or failure.