rattletrap-2.2.1: Parse and generate Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Rattletrap.Content

Synopsis

Documentation

data Content Source #

Contains low-level game data about a Replay.

Constructors

Content 

Fields

getContent Source #

Arguments

:: (Int, Int)

Major and minor version numbers, usually from getVersion.

-> Int

The number of frames in the stream, usually from getNumFrames.

-> Word

The maximum number of channels in the stream, usually from getMaxChannels.

-> Get Content