rattletrap-2.2.1: Parse and generate Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Rattletrap.PropertyValue

Documentation

data PropertyValue a Source #

Constructors

ArrayProperty (List (Dictionary a))

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

BoolProperty Word8 
ByteProperty Text (Maybe Text)

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

FloatProperty Float32 
IntProperty Int32 
NameProperty Text

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

QWordProperty Word64 
StrProperty Text