Table of Contents

[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

string %this
No description available.

string %obj
No description available.

string %killer
No description available.

string %type
No description available.

string %area
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:1297

See also

[Slayer_GameConnection] GameConnection::applyBodyColors
[Slayer_GameConnection] GameConnection::applyBodyParts
[Slayer_GameConnection] GameConnection::autoAdminCheck
[Slayer_GameConnection] GameConnection::clearEventObjects
[Slayer_GameConnection] GameConnection::createPlayer
[Slayer_GameConnection] GameConnection::onClientEnterGame
[Slayer_GameConnection] GameConnection::onClientLeaveGame
[Slayer_GameConnection] GameConnection::resetVehicles
[Slayer_GameConnection] GameConnection::setScore

References

AiController::onDeath: Add-Ons/Gamemode_Slayer/server/core/AiController.cs:91