====== [Support_RespawnTime] GameConnection::onDeath ====== There is no doc-string available for this function. ===== Syntax ===== script [Support_RespawnTime] GameConnection::onDeath(string %this, string %obj, string %killer, string %type, string %area); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%this%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%obj%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%killer%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%type%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%area%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Add-Ons/Gamemode_Slayer/server/support/Support_RespawnTime.cs:55 ===== See also ===== ===== References ===== [[scripting:doc:u:aicontroller:ondeath|AiController::onDeath]]: Add-Ons/Gamemode_Slayer/server/core/AiController.cs:91\\