octane-0.16.1: 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.

parentClasses :: Map Text Text Source #

A mapping between classes and their parent classes. Note that not every class is present in this map. Only classes that are sometimes misrepresented in the class property map are in this mapping. See #37 for details.

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.