WoW:API GetTrainerServiceSkillLine: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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 - ...)
 
m (Move page script moved page API GetTrainerServiceSkillLine to API GetTrainerServiceSkillLine without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetTrainerServiceSkillLine


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

local skillLine = GetTrainerServiceSkillLine(index)


Arguments[edit]

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[edit]

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