CustomRoomListerclass
A lister that can be readily customized to tailor the text before and after a list of miscellaneous items in a room description.
class
CustomRoomLister
:
ItemLister
Superclass Tree (in declaration order)
CustomRoomLister
ItemLister
Lister
` object`
Subclass Tree
(none)
Global Objects
(none)
Summary of Properties
prefix_
showSubListing
suffix_
Inherited from ItemLister
:
contentsListedProp
listRecursively
showAdditionalInfo
showWornInfo
Summary of Methods
construct
listed
showListPrefix
showListSuffix
Inherited from ItemLister
:
listName
show
showList
Inherited from Lister
:
buildList
listOrder
showListEmpty
Properties
prefix_
no description available
showSubListing
OVERRIDDEN
no description available
suffix_
no description available
Methods
construct (prefix, prefixMethod, :?, suffix, :?, suffixMethod, :?)
In the simple form of the constructor, we just supply a string that will form the prefix string for the lister. In the more sophisticated form we can supply an additsion argument that’s an anonymous method or function that’s used to show the list prefix or suffix, or else just the suffix string.
listed (obj)
OVERRIDDEN
is the object listed in a LOOK AROUND description?
showListPrefix (lst, pl, irName)
OVERRIDDEN
no description available
showListSuffix (lst, pl, irName)
OVERRIDDEN
no description available
Adv3Lite Library Reference Manual
Generated on 15/03/2023 from adv3Lite version 1.6.1