Method Player:CanResummonPet [-] [+]
Returns true
if the Player can resummon a Pet with the specified spell ID, and false
otherwise.
Synopsis
canResummon = Player:CanResummonPet( spellId )
Arguments
number spellId
The spell ID to check.
Valid numbers: integers from 0 to 4,294,967,295.
Returns
boolean canResummon
true
if the player can resummon the pet,false
otherwise.