NoteTypeToString not useful in lua; it's already a string
transition
This commit is contained in:
@@ -29,8 +29,7 @@ static const char *NoteTypeNames[] = {
|
|||||||
"192nd",
|
"192nd",
|
||||||
};
|
};
|
||||||
XToString( NoteType, NUM_NoteType );
|
XToString( NoteType, NUM_NoteType );
|
||||||
LuaXToString( NoteType )
|
LuaXType( NoteType, NUM_NoteType, "NoteType_" )
|
||||||
LuaXType2( NoteType, NUM_NoteType, "NoteType_" )
|
|
||||||
XToLocalizedString( NoteType );
|
XToLocalizedString( NoteType );
|
||||||
|
|
||||||
float NoteTypeToBeat( NoteType nt )
|
float NoteTypeToBeat( NoteType nt )
|
||||||
|
|||||||
Reference in New Issue
Block a user