rattletrap-11.1.1: Parse and generate Rocket League replays.
Safe HaskellNone
LanguageHaskell2010

Rattletrap.Type.Attribute.GameMode

Documentation

data GameMode Source #

Constructors

GameMode 

Fields

  • numBits :: Int

    This field is guaranteed to be small. In other words, it won't overflow. It's stored as a regular Int rather than something more precise like an Int8 because it just gets passed to functions that expect Ints. There's no reason to do a bunch of conversions.

  • word :: Word8