Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement


Returns a list of the food types a pet in the stable can eat.

local PetFoodList = { GetStablePetFoodTypes(index) };


Arguments

index
Number - The stable slot index of the pet: 0 for the current pet, 1 for the pet in the left slot, and 2 for the pet in the right slot.


Returns

A list of the pet food type names, see GetPetFoodTypes().


Possible Food Type Names

  • Meat
  • Fish
  • Fruit
  • Fungus
  • Bread
  • Cheese
Advertisement