| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
DarkPlaces.DemoMetadata
Documentation
data DemoMetadata Source
Constructors
| MapName String | |
| DemoTime Float | |
| DemoMessage Float ByteString | |
| CurlDownload ByteString ByteString ByteString |
Instances
type MetadataList = [DemoMetadata] Source
getMapname :: ByteString -> Either ErrorInfo (Maybe String) Source