|
auto | GetType () const -> TimingSegmentType override |
|
auto | GetEffectType () const -> SegmentEffectType override |
|
auto | IsNotable () const -> bool override |
|
void | DebugPrint () const override |
|
auto | Copy () const -> TimingSegment *override |
|
| ScrollSegment (int iStartRow=ROW_INVALID, float fRatio=1.0F) |
|
| ScrollSegment (const ScrollSegment &other) |
|
auto | GetRatio () const -> float |
|
void | SetRatio (float fRatio) |
|
auto | ToString (int dec) const -> std::string override |
|
auto | GetValues () const -> std::vector< float > override |
|
auto | operator== (const ScrollSegment &other) const -> bool |
|
auto | operator== (const TimingSegment &other) const -> bool override |
|
| TimingSegment (int iRow=ROW_INVALID) |
|
| TimingSegment (float fBeat) |
|
| TimingSegment (const TimingSegment &other) |
|
virtual void | Scale (int start, int length, int newLength) |
| Scales itself.
|
|
auto | GetRow () const -> int |
|
void | SetRow (int iRow) |
|
auto | GetBeat () const -> float |
|
void | SetBeat (float fBeat) |
|
auto | operator< (const TimingSegment &other) const -> bool |
|
virtual auto | operator!= (const TimingSegment &other) const -> bool |
|
Identifies when the chart scroll changes.
ScrollSegments adjusts the scrolling speed of the note field. Unlike forced attacks, these cannot be turned off at a set time: reset it by setting the precentage back to 1.
These were inspired by the Pump It Up series.