WoW:API GetPetLoyalty: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{wowapi}}, {{Stub/API}})
(Formatted GetPetLoyalty with the current format.)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__
{{Stub/API}}
 
 
Returns pet loyalty flavor text (i.e. "(Loyalty Level 6) Best Friend").
Returns pet loyalty flavor text (i.e. "(Loyalty Level 6) Best Friend").
  petLoyalty = GetPetLoyalty();
  local petLoyaltyText = GetPetLoyalty();
 
 
== Arguments ==
:None
 
 
== Returns ==
:;petLoyaltyText : String - The localized pet loyalty level.

Revision as of 13:04, 12 June 2007

WoW API < GetPetLoyalty


Returns pet loyalty flavor text (i.e. "(Loyalty Level 6) Best Friend").

local petLoyaltyText = GetPetLoyalty();


Arguments

None


Returns

petLoyaltyText
String - The localized pet loyalty level.