octane-0.13.1: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Type.Frame

Synopsis

Documentation

data Frame Source #

A frame in the network stream. This holds all the interesting game data.

This cannot be an instance of BinaryBit because it requires out-of-band information (the class property map) to decode.