HudText

class HudText(val path: String, val name: String, val height: Int, val array: List<HudTextArray>, val images: Map<String, LocatedImage>, val charWidth: Map<Int, Int>, val conditions: ConditionBuilder) : HudConfiguration

Constructors

Link copied to clipboard
constructor(path: String, name: String, height: Int, array: List<HudTextArray>, images: Map<String, LocatedImage>, charWidth: Map<Int, Int>, conditions: ConditionBuilder)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val path: String