NoteTypeToLocalizedString
This commit is contained in:
@@ -201,6 +201,17 @@ Connection to server dropped.=Connection to server dropped.
|
||||
Initializing Client Network...=Initializing Client Network...
|
||||
Initializing server...=Initializing server...
|
||||
|
||||
[NoteType]
|
||||
4th=4th
|
||||
8th=8th
|
||||
12th=12th
|
||||
16th=16th
|
||||
24th=24thXXX
|
||||
32nd=32nd
|
||||
48th=48th
|
||||
64th=64th
|
||||
192nd=192nd
|
||||
|
||||
[OptionExplanations]
|
||||
Accel=Accel
|
||||
AllowExtraStage=AllowExtraStage
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#include "LuaManager.h"
|
||||
#include "LuaFunctions.h"
|
||||
#include "XmlFile.h"
|
||||
#include "LocalizedString.h"
|
||||
|
||||
TapNote TAP_EMPTY ( TapNote::empty, TapNote::SubType_invalid, TapNote::original, "", 0, false, 0 );
|
||||
TapNote TAP_ORIGINAL_TAP ( TapNote::tap, TapNote::SubType_invalid, TapNote::original, "", 0, false, 0 );
|
||||
@@ -29,6 +30,7 @@ static const char *NoteTypeNames[] = {
|
||||
XToString( NoteType, NUM_NoteType );
|
||||
LuaXToString( NoteType )
|
||||
LuaXType( NoteType, NUM_NoteType, "NOTE_TYPE_", true )
|
||||
XToLocalizedString( NoteType );
|
||||
|
||||
float NoteTypeToBeat( NoteType nt )
|
||||
{
|
||||
|
||||
@@ -197,6 +197,7 @@ enum NoteType
|
||||
NOTE_TYPE_INVALID
|
||||
};
|
||||
const RString& NoteTypeToString( NoteType nt );
|
||||
const RString& NoteTypeToLocalizedString( NoteType nt );
|
||||
float NoteTypeToBeat( NoteType nt );
|
||||
NoteType GetNoteType( int row );
|
||||
NoteType BeatToNoteType( float fBeat );
|
||||
|
||||
Reference in New Issue
Block a user