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

Rattletrap.Type.PropertyValue

Documentation

data PropertyValue a Source #

Constructors

Array (List (Dictionary a))

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

Bool U8 
Byte Str (Maybe Str)

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

Float F32 
Int I32 
Name Str

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

QWord U64 
Str Str