Method Creature:GetRespawnDelay [-] [+]
Returns the time it takes for this Creature to respawn once killed.
This value does not usually change over a Creature's lifespan, but can be modified by Creature:SetRespawnDelay.
Synopsis
respawnDelay = Creature:GetRespawnDelay()
Arguments
None.
Returns
number respawnDelay
The respawn delay, in seconds.
Valid numbers: integers from 0 to 4,294,967,295.