Table of Contents

AiController::onDeath

There is no doc-string available for this function.

Syntax

script AiController::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/AiController.cs:91

See also

AiController::applyBodyColors
AiController::applyBodyParts
AiController::bottomPrint
AiController::centerPrint
AiController::chatMessage
AiController::clearEventObjects
AiController::createPlayer
AiController::getClassName
AiController::getControlObject
AiController::getScore
AiController::getSimpleName
AiController::incScore
AiController::onAdd
AiController::onRemove
AiController::onSpawn
AiController::resetVehicles
AiController::setScore
AiController::spawnPlayer
AiController::validateAvatarPrefs

References

This function is not called by any other functions.