octane-0.11.0: Parse Rocket League replays.

Safe HaskellSafe
LanguageHaskell2010

Octane.Data.Classes

Synopsis

Documentation

objectToClass :: Map Text Text Source #

A map from object names to their class names. Note that any trailing numbers have been stripped from the object names. So Archetypes.Teams.Team0 is in this map as Archetypes.Teams.Team.

locationClasses :: Set Text Source #

A set of classes that have an initial location vector.

rotationClasses :: Set Text Source #

A set of classes that have an initial rotation vector.