View source
abstract SongNoteData(SongNoteDataRaw)
package funkin.data.song
from SongNoteDataRaw to SongNoteDataRaw
import funkin.data.song.SongData
Available on all platforms
Wrap SongNoteData in an abstract so we can overload operators.
Static variables
Static methods
staticop_equals(this:SongNoteDataRaw, other:SongNoteData):Bool
Determine if two notes are equal.
Ex. note1 == note2
Parameters:
other | The other note to compare. |
|---|
Returns:
Whether the two notes have equal data.