Wowpedia

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

READ MORE

Wowpedia
Advertisement

Returns cooldown information about the companions you have. New in Patch 3.0

startTime, duration, isEnabled = GetCompanionCooldown("type", id)

Arguments

type
String (companionType) - Type of the companion being queried ("CRITTER" or "MOUNT")
id
Number - The slot id to query (starts at 1).

Returns

start
Number - the time the cooldown period began, based on GetTime().
duration
Number - the duration of the cooldown period.
isEnabled
Number - 1 if the companion has a cooldown.
Advertisement