Formatted GetPetLoyalty with the current format.
({{wowapi}}, {{Stub/API}}) |
(Formatted GetPetLoyalty with the current format.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
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(); | |||
== Arguments == | |||
:None | |||
== Returns == | |||
:;petLoyaltyText : String - The localized pet loyalty level. | |||