rattletrap-4.1.0: Parse and generate Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Rattletrap.Type.PropertyValue

Documentation

data PropertyValue a Source #

Constructors

PropertyValueArray (List (Dictionary a))

Yes, a list of dictionaries. No, it doesn't make sense. These usually only have one element.

PropertyValueBool Word8le 
PropertyValueByte Str (Maybe Str)

This is a strange name for essentially a key-value pair.

PropertyValueFloat Float32le 
PropertyValueInt Int32le 
PropertyValueName Str

It's unclear how exactly this is different than a StrProperty.

PropertyValueQWord Word64le 
PropertyValueStr Str