| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Rattletrap.Content
- data Content = Content {
- contentLevels :: List Text
- contentKeyFrames :: List KeyFrame
- contentStreamSize :: Word32
- contentFrames :: [Frame]
- contentMessages :: List Message
- contentMarks :: List Mark
- contentPackages :: List Text
- contentObjects :: List Text
- contentNames :: List Text
- contentClassMappings :: List ClassMapping
- contentCaches :: List Cache
- getContent :: (Int, Int) -> Int -> Word -> Get Content
- putContent :: Content -> Put
Documentation
Contains low-level game data about a Replay.
Constructors
| Content | |
Fields
| |
Arguments
| :: (Int, Int) | Major and minor version numbers, usually from
|
| -> Int | The number of frames in the stream, usually from
|
| -> Word | The maximum number of channels in the stream, usually from
|
| -> Get Content |
putContent :: Content -> Put Source #