m
Formatting and categorization
No edit summary |
m (Formatting and categorization) |
||
| Line 3: | Line 3: | ||
Returns the pet's current XP total, and the XP total required for the next level. | Returns the pet's current XP total, and the XP total required for the next level. | ||
currXP, nextXP = GetPetExperience(); | |||
---- | ---- | ||
;''Arguments'' | ;''Arguments'' | ||
: | :<i>none</i> | ||
---- | ---- | ||
;''Returns'' | ;''Returns'' | ||
:( | :(currXP, nextXP) | ||
:;currXP : The current XP total | :;currXP : Number - The current XP total | ||
:;nextXP : The XP total required for the next level | :;nextXP : Number - The XP total required for the next level | ||
---- | ---- | ||
| Line 31: | Line 31: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Pet Functions|GetPetExperience]] | |||