Safe Haskell | None |
---|---|
Language | Haskell2010 |
Descripitons of items.
Synopsis
- partItem :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Bool, Bool, Part, Part)
- partItemShort :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Bool, Bool, Part, Part)
- partItemShortest :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Bool, Bool, Part, Part)
- partItemHigh :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Bool, Bool, Part, Part)
- partItemWs :: FactionId -> FactionDict -> Int -> Time -> ItemFull -> ItemQuant -> (Bool, Part)
- partItemWsRanged :: FactionId -> FactionDict -> Int -> Time -> ItemFull -> ItemQuant -> (Bool, Part)
- partItemShortAW :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> Part
- partItemMediumAW :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> Part
- partItemShortWownW :: FactionId -> FactionDict -> Part -> Time -> ItemFull -> ItemQuant -> Part
- viewItem :: ItemFull -> AttrCharW32
- itemDesc :: Bool -> FactionId -> FactionDict -> Int -> CStore -> Time -> ItemFull -> ItemQuant -> AttrLine
- show64With2 :: Int64 -> Text
- partItemN :: FactionId -> FactionDict -> Bool -> DetailLevel -> Int -> Time -> ItemFull -> ItemQuant -> (Bool, Bool, Part, Part)
- textAllAE :: DetailLevel -> Bool -> ItemFull -> ([Text], [Text])
- partItemWsR :: FactionId -> FactionDict -> Bool -> Int -> Time -> ItemFull -> ItemQuant -> (Bool, Part)
Documentation
partItem :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Bool, Bool, Part, Part) Source #
The part of speech describing the item.
partItemShort :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Bool, Bool, Part, Part) Source #
partItemShortest :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Bool, Bool, Part, Part) Source #
partItemHigh :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> (Bool, Bool, Part, Part) Source #
partItemWs :: FactionId -> FactionDict -> Int -> Time -> ItemFull -> ItemQuant -> (Bool, Part) Source #
partItemWsRanged :: FactionId -> FactionDict -> Int -> Time -> ItemFull -> ItemQuant -> (Bool, Part) Source #
partItemShortAW :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> Part Source #
partItemMediumAW :: FactionId -> FactionDict -> Time -> ItemFull -> ItemQuant -> Part Source #
partItemShortWownW :: FactionId -> FactionDict -> Part -> Time -> ItemFull -> ItemQuant -> Part Source #
viewItem :: ItemFull -> AttrCharW32 Source #
itemDesc :: Bool -> FactionId -> FactionDict -> Int -> CStore -> Time -> ItemFull -> ItemQuant -> AttrLine Source #
Internal operations
show64With2 :: Int64 -> Text Source #