WoW:API GetTrainerGreetingText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
  <center>'''GetTradeSkillSelectionIndex''' ''-Documentation by [[User:Xharze|Xharze]]-''</center>
  <center>'''GetTradeSkillSelectionIndex''' ''-Documentation by [[User:Xharze|Xharze]]-''</center>


Line 22: Line 23:
Prints the trainers greeting text in the chatwindow
Prints the trainers greeting text in the chatwindow
  ChatFrame1:AddMessage(GetTrainerGreetingText());
  ChatFrame1:AddMessage(GetTrainerGreetingText());
----
{{WoW API}}

Revision as of 17:28, 6 January 2007

WoW API < GetTrainerGreetingText

GetTradeSkillSelectionIndex -Documentation by Xharze-

Returns the trainer greeting text.

GetTrainerGreetingText();

Arguments
none

Returns
String greetingText
greetingText
The trainers greeting text

Example

Prints the trainers greeting text in the chatwindow

ChatFrame1:AddMessage(GetTrainerGreetingText());