createTooltipString

fun createTooltipString(tt: List<OrderedText>): String

Creates a string representation of a tooltip (or other list of ordered text), generally used to supply narration

Return

String representation of the text list, separated with periods

Author

fzzyhmstrs

Since

0.7.5

Parameters

tt

List of OrderedText to convert