Method Pet:GetHappinessState [-] [+]
Returns the Pet's current happiness state.
enum HappinessState
{
UNHAPPY = 1,
CONTENT = 2,
HAPPY = 3
};
Synopsis
happinessState = Pet:GetHappinessState()
Arguments
None.
Returns
HappinessState happinessState- See method description.