SkillSlot

@Serializable
enum SkillSlot : Enum<SkillSlot>

Weapon skill type values

Entries

Link copied to clipboard
@SerialName(value = "Weapon_1")
WEAPON_1
Link copied to clipboard
@SerialName(value = "Weapon_2")
WEAPON_2
Link copied to clipboard
@SerialName(value = "Weapon_3")
WEAPON_3
Link copied to clipboard
@SerialName(value = "Weapon_4")
WEAPON_4
Link copied to clipboard
@SerialName(value = "Weapon_5")
WEAPON_5
Link copied to clipboard
@SerialName(value = "Profession_1")
PROFESSION_1
Link copied to clipboard
@SerialName(value = "Profession_2")
PROFESSION_2
Link copied to clipboard
@SerialName(value = "Profession_3")
PROFESSION_3
Link copied to clipboard
@SerialName(value = "Profession_4")
PROFESSION_4
Link copied to clipboard
@SerialName(value = "Profession_5")
PROFESSION_5
Link copied to clipboard
@SerialName(value = "Downed_1")
DOWNED_1
Link copied to clipboard
@SerialName(value = "Downed_2")
DOWNED_2
Link copied to clipboard
@SerialName(value = "Downed_3")
DOWNED_3
Link copied to clipboard
@SerialName(value = "Downed_4")
DOWNED_4
Link copied to clipboard
@SerialName(value = "Downed_5")
DOWNED_5
Link copied to clipboard
@SerialName(value = "Utility")
UTILITY
Link copied to clipboard
@SerialName(value = "Heal")
HEAL
Link copied to clipboard
@SerialName(value = "Elite")
ELITE

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): SkillSlot

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.