Returns the Pet's type.
enum PetType { SUMMON_PET = 0, HUNTER_PET = 1, MAX_PET_TYPE = 4 };
petType = Pet:GetPetType()
None.
PetType petType