WoW:API GetPetLoyalty: Difference between revisions

Formatted GetPetLoyalty with the current format.
({{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.
Anonymous user