Table of Contents

[VCE_Main] GameConnection::onDeath

There is no doc-string available for this function.

Syntax

script [VCE_Main] GameConnection::onDeath(string %client, string %source, string %sourceClient, string %type, string %area);

Parameters

string %client
No description available.

string %source
No description available.

string %sourceClient
No description available.

string %type
No description available.

string %area
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/Event_Variables/server/package.cs:103

See also

[VCE_Main] GameConnection::bottomPrint
[VCE_Main] GameConnection::centerPrint
[VCE_Main] GameConnection::chatMessage

References

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