Wikia

WoWWiki

API GetNumSkillLines

Talk0
98,472pages on
this wiki

Returns the number of skill lines in the skill list. This includes headers.

GetNumSkillLines();

Arguments
none

Returns
numSkills(Number) 
The line count for the skills window, including headers.

Example
local numSkills = GetNumSkillLines();
for i=1, numSkills do
  local skillName = GetSkillLineInfo(i);
end
Result
"Armor"

Example from SkillFrame.lua
local numSkills = GetNumSkillLines();

Description
Returns the number of lines in the skill window, including headers. This number can be used to loop through all skill lines and retrieving the info using GetSkillLineInfo
Advertisement | Your ad here

Photos

Add a Photo
61,988photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki