WoW API: GetTrainerServiceSkillLine

From AddOn Studio
Revision as of 19:34, 6 June 2007 by WoWWiki>Ravas (New page: {{wowapi}} __NOTOC__ Gets the name of the skill at the specified line from the current trainer. local skillLine = GetTrainerServiceSkillLine(index) == Arguments == :;index : Number - ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetTrainerServiceSkillLine


Gets the name of the skill at the specified line from the current trainer.

local skillLine = GetTrainerServiceSkillLine(index)


Arguments

index
Number - Index of the trainer service to get the name of. Note that indices are affected by the trainer filter. (See GetTrainerServiceTypeFilter and SetTrainerServiceTypeFilter.)


Returns

skillLine
String - The name of the skill on the specified line.