Returns cooldown information about the player's Summon Friend ability
See also Recruit-a-friend functions.
Signature:
start,
duration
=
GetSummonFriendCooldown()
Returns:
start
- The value ofGetTime()
at the moment the cooldown began, or 0 if the ability is ready (number
)duration
- The length of the cooldown, or 0 if the ability is ready (number
)