#include <Attack.h>
Public Member Functions | |
void | MakeBlank () |
Attack () | |
Attack (AttackLevel level_, float fStartSecond_, float fSecsRemaining_, CString sModifier_, bool bOn_, bool bGlobal_) | |
void | GetAttackBeats (const Song *song, const PlayerState *pPlayerState, float &fStartBeat, float &fEndBeat) const |
bool | IsBlank () const |
bool | operator== (const Attack &rhs) const |
bool | ContainsTransformOrTurn () const |
Static Public Member Functions | |
Attack | FromGlobalCourseModifier (const CString &sModifiers) |
Public Attributes | |
AttackLevel | level |
float | fStartSecond |
float | fSecsRemaining |
CString | sModifier |
bool | bOn |
bool | bGlobal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|