wManager.Wow.Helpers Namespace
WRobot

PetBattles..::..PetJournalHavePet Method

Pet journal have pet.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static bool PetJournalHavePet(
	int petSpeciesID
)
Public Shared Function PetJournalHavePet ( _
	petSpeciesID As Integer _
) As Boolean
public:
static bool^ PetJournalHavePet(
	int^ petSpeciesID
)

Parameters

petSpeciesID
Type: Int32
The pet species id.

Return Value

true if found, false otherwise.