WoW:API GetPetLoyalty: Difference between revisions

m
no edit summary
(Formatted GetPetLoyalty with the current format.)
mNo edit summary
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{removedapi|3.0|Pets now have talents rather than trainable skills.}}
 
{{wowapi}}
 
Returns pet loyalty flavor text (i.e. "(Loyalty Level 6) Best Friend").
Returns pet loyalty flavor text (i.e. "(Loyalty Level 6) Best Friend").
  local petLoyaltyText = GetPetLoyalty();
  local petLoyaltyText = GetPetLoyalty();
== Arguments ==
:None


== Returns ==
== Returns ==
:;petLoyaltyText : String - The localized pet loyalty level.
:;petLoyaltyText : String - The localized pet loyalty level.