rattletrap-2.5.0: Parse and generate Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Rattletrap.Replay

Synopsis

Documentation

data Replay #

A Rocket League replay.

Constructors

Replay 

Fields

Instances

getReplay :: Get Replay #

Parses a raw replay. Use this with runGet.

let replay = runGet getReplay bytes

putReplay :: Replay -> Put #

Generates a raw replay. Use this with runPut.

let bytes = runPut (putReplay replay)