NpcText

data class NpcText(val textId: UInt) : ChatLink(source)

A link to an NPC text.

NPC text links are - at the time of writing - disabled and cannot be fully tested.

Only the shape of the parameters (e.g. list sizes) is validated and not the actual data (e.g. ID validity).

Since

0.1.0

Parameters

textId

the ID of the text. (Must be in unsigned 24bit range.)

Throws

if any parameter value does not match its expected shape

Constructors

Link copied to clipboard
constructor(textId: UInt)

Properties

Link copied to clipboard
@get:JvmName(name = "getTextId")
val textId: UInt