TromboneTrack Type
Represents a playable track
Instance members
Instance member | Description |
Full Usage:
this.IsVisible
Returns: bool
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.artist
Returns: string
Modifiers: abstract |
|
Full Usage:
this.desc
Returns: string
Modifiers: abstract |
|
Full Usage:
this.difficulty
Returns: int
Modifiers: abstract |
|
Full Usage:
this.genre
Returns: string
Modifiers: abstract |
|
Full Usage:
this.length
Returns: int
Modifiers: abstract |
|
Full Usage:
this.tempo
Returns: int
Modifiers: abstract |
|
Full Usage:
this.trackname_long
Returns: string
Modifiers: abstract |
|
Full Usage:
this.trackname_short
Returns: string
Modifiers: abstract |
|
Full Usage:
this.trackref
Returns: string
Modifiers: abstract |
|
Full Usage:
this.year
Returns: string
Modifiers: abstract |
|