fromIndex

fun fromIndex(index: Int): Skill?

Retrieves a Skill enum instance based on its index in the enum declaration.

Return

The corresponding Skill enum instance, or null if the index is out of bounds.

Parameters

index

The index of the skill in the enum.