Beta Documentation - Subject to change.

Gets a skill from the list.

Syntax

Lua
function SkillList:GetItem(index);

Parameters

index
Type: number
The index of the skill to get.

Returns

Type: Skill
The skill at the specified index.

Remarks

Gets a skill from the list.

See Also