Etterna 0.74.4
|
Public Member Functions | |
auto | GetStageCnt () const -> int |
Retrieve the size of the combo that came from this song. | |
auto | IsZero () const -> bool |
Public Attributes | |
float | m_fStartSecond { 0 } |
The start time of the combo. | |
float | m_fSizeSeconds { 0 } |
The size time of the combo. | |
int | m_cnt { 0 } |
The size of the Combo, in steps. | |
int | m_rollover { 0 } |
The size of the combo that didn't come from this stage. | |
|
inline |
Retrieve the size of the combo that came from this song.
float PlayerStageStats::Combo_t::m_fSizeSeconds { 0 } |
The size time of the combo.
This uses the same scale as the life record.
float PlayerStageStats::Combo_t::m_fStartSecond { 0 } |
The start time of the combo.
This uses the same scale as the combo list mapping.
int PlayerStageStats::Combo_t::m_rollover { 0 } |
The size of the combo that didn't come from this stage.
This is generally rolled over from the last song. It is also a subset of m_cnt.