HudText

class HudText(val path: String, val name: String, val array: List<HudTextArray>, val charWidth: Map<Int, CharWidth>, val imageCharWidth: Map<Int, ImageCharWidth>, val conditions: ConditionBuilder) : HudConfiguration

Constructors

Link copied to clipboard
constructor(path: String, name: String, array: List<HudTextArray>, charWidth: Map<Int, CharWidth>, imageCharWidth: Map<Int, ImageCharWidth>, conditions: ConditionBuilder)

Properties

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