Skill

data class Skill(val skillId: UInt) : ChatLink(source)

A link to a skill.

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

skillId

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

Throws

if any parameter value does not match its expected shape

Constructors

Link copied to clipboard
constructor(skillId: UInt)

Properties

Link copied to clipboard
@get:JvmName(name = "getSkillId")
val skillId: UInt