Documentation
¶
Overview ¶
Package bmscanner scan bms files
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Commands []CommandWord IgnorePrefixes = []string{ "#WAV", "#RANDOM", "#ENDRANDOM", "#IF", "#ENDIF", "#BMP", "#STOP", "#SCROLL", } )
View Source
var EXTS []string = []string{
".bms",
".pms",
".bmson",
".bme",
".bml",
}
Functions ¶
This section is empty.
Types ¶
type BMSModel ¶
type BMSModel struct { MD5 string SHA256 string Genre string Title string SubTitle string Artist string SubArtist string Path string Player int PlayerLevel string }
func ReadDirectories ¶
type CommandWord ¶
type CommandWord struct {
// contains filtered or unexported fields
}
CommandWord represents one command word in bms file
format: #cw.name arg example: #PLAYER 1
Click to show internal directories.
Click to hide internal directories.