octane-0.16.0: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Data

Synopsis

Documentation

classes :: Map Text Text Source #

A map from object names to their class names.

classesWithLocation :: Set Text Source #

A set of classes that have an initial location vector.

classesWithRotation :: Set Text Source #

A set of classes that have an initial rotation vector.

gameModes :: Bimap Int Text Source #

A one-to-one mapping between game mode IDs and their names.

products :: Bimap Word Text Source #

A one-to-one mapping between product IDs and their names.

properties :: Map Text Text Source #

A mapping between property names and their serialized type.