Declare HoldNoteScore.
This commit is contained in:
@@ -155,7 +155,7 @@ LuaDeclareType( TapNoteScore );
|
|||||||
|
|
||||||
enum HoldNoteScore
|
enum HoldNoteScore
|
||||||
{
|
{
|
||||||
HNS_None, // this HoldNote has not been scored yet
|
HNS_None, // this HoldNote has not been scored yet
|
||||||
HNS_LetGo, // the HoldNote has passed and they missed it
|
HNS_LetGo, // the HoldNote has passed and they missed it
|
||||||
HNS_Held, // the HoldNote has passed and was successfully held all the way through
|
HNS_Held, // the HoldNote has passed and was successfully held all the way through
|
||||||
NUM_HoldNoteScore,
|
NUM_HoldNoteScore,
|
||||||
@@ -165,7 +165,7 @@ enum HoldNoteScore
|
|||||||
const RString& HoldNoteScoreToString( HoldNoteScore hns );
|
const RString& HoldNoteScoreToString( HoldNoteScore hns );
|
||||||
const RString& HoldNoteScoreToLocalizedString( HoldNoteScore hns );
|
const RString& HoldNoteScoreToLocalizedString( HoldNoteScore hns );
|
||||||
HoldNoteScore StringToHoldNoteScore( const RString& str );
|
HoldNoteScore StringToHoldNoteScore( const RString& str );
|
||||||
|
LuaDeclareType( HoldNoteScore );
|
||||||
|
|
||||||
enum TimingWindow
|
enum TimingWindow
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user