#include <SongOptions.h>
Public Types | |
| enum | LifeType { LIFE_BAR = 0, LIFE_BATTERY, NUM_LIFE_TYPES } |
| enum | DrainType { DRAIN_NORMAL, DRAIN_NO_RECOVER, DRAIN_SUDDEN_DEATH } |
| enum | FailType { FAIL_IMMEDIATE = 0, FAIL_COMBO_OF_30_MISSES, FAIL_END_OF_SONG, FAIL_OFF } |
Public Member Functions | |
| SongOptions () | |
| void | Init () |
| CString | GetString () const |
| void | FromString (CString sOptions) |
| bool | operator== (const SongOptions &other) const |
| bool | operator!= (const SongOptions &other) const |
Public Attributes | |
| LifeType | m_LifeType |
| DrainType | m_DrainType |
| int | m_iBatteryLives |
| FailType | m_FailType |
| float | m_fMusicRate |
| bool | m_bAssistTick |
| bool | m_bAutoSync |
| bool | m_bSaveScore |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7