====== [Slayer_GameConnection] GameConnection::onDeath ====== There is no doc-string available for this function. ===== Syntax ===== script [Slayer_GameConnection] 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/core/GameConnection.cs:1297 ===== See also ===== [[scripting:doc:slayerugameconnection:gameconnection:applybodycolors|[Slayer_GameConnection] GameConnection::applyBodyColors]]\\ [[scripting:doc:slayerugameconnection:gameconnection:applybodyparts|[Slayer_GameConnection] GameConnection::applyBodyParts]]\\ [[scripting:doc:slayerugameconnection:gameconnection:autoadmincheck|[Slayer_GameConnection] GameConnection::autoAdminCheck]]\\ [[scripting:doc:slayerugameconnection:gameconnection:cleareventobjects|[Slayer_GameConnection] GameConnection::clearEventObjects]]\\ [[scripting:doc:slayerugameconnection:gameconnection:createplayer|[Slayer_GameConnection] GameConnection::createPlayer]]\\ [[scripting:doc:slayerugameconnection:gameconnection:oncliententergame|[Slayer_GameConnection] GameConnection::onClientEnterGame]]\\ [[scripting:doc:slayerugameconnection:gameconnection:onclientleavegame|[Slayer_GameConnection] GameConnection::onClientLeaveGame]]\\ [[scripting:doc:slayerugameconnection:gameconnection:resetvehicles|[Slayer_GameConnection] GameConnection::resetVehicles]]\\ [[scripting:doc:slayerugameconnection:gameconnection:setscore|[Slayer_GameConnection] GameConnection::setScore]]\\ ===== References ===== [[scripting:doc:u:aicontroller:ondeath|AiController::onDeath]]: Add-Ons/Gamemode_Slayer/server/core/AiController.cs:91\\