octane-0.11.0: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Utility.Parser

Synopsis

Documentation

getPartyLeaderProperty :: BitGet Value Source #

Even though this is just a unique ID property, it must be handled specially because it sometimes doesn't have the remote or local IDs.

bitSize :: Integral a => a -> a Source #

unimportant :: Int Source #

The getBits function from Data.Binary.Bits requires a size parameter. None of Octane's instances use it.