Method Pet:SetPetType [-] [+]

Sets the Pet's type.

enum PetType
{
     SUMMON_PET                  = 0,
     HUNTER_PET                  = 1,
     MAX_PET_TYPE                = 4
};

Synopsis

Pet:SetPetType( petType )

Arguments

PetType petType

The pet type to set.

Returns

Nothing.

Generated on
©2016 - Eluna Lua Engine