Etterna 0.74.4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PlayerStageStats::Combo_t Struct Reference

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.
 

Member Function Documentation

◆ GetStageCnt()

auto PlayerStageStats::Combo_t::GetStageCnt ( ) const -> int
inline

Retrieve the size of the combo that came from this song.

Returns
this song's combo size.

Member Data Documentation

◆ m_fSizeSeconds

float PlayerStageStats::Combo_t::m_fSizeSeconds { 0 }

The size time of the combo.

This uses the same scale as the life record.

◆ m_fStartSecond

float PlayerStageStats::Combo_t::m_fStartSecond { 0 }

The start time of the combo.

This uses the same scale as the combo list mapping.

◆ m_rollover

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.


The documentation for this struct was generated from the following file: