WoW:API GetPetLoyalty: Difference between revisions
Jump to navigation
Jump to search
({{wowapi}}, {{Stub/API}}) |
m (Move page script moved page API GetPetLoyalty to API GetPetLoyalty without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{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(); | |||
== Returns == | |||
:;petLoyaltyText : String - The localized pet loyalty level. |
Latest revision as of 04:46, 15 August 2023
This is no longer a part of the World of Warcraft API.
|
← WoW API < GetPetLoyalty
Returns pet loyalty flavor text (i.e. "(Loyalty Level 6) Best Friend").
local petLoyaltyText = GetPetLoyalty();
Returns[edit]
- petLoyaltyText
- String - The localized pet loyalty level.