kts.GetRespawnFunction – get the current respawn function
result = kts.GetRespawnFunction()
Retrieves the current respawn function if there is one. See kts.SetRespawnFunction for details.
Returns a Lua function, or nil
if no respawn function is currently set.
None.