Table of Contents

Slayer_AiController::dead

There is no doc-string available for this function.

Syntax

script Slayer_AiController::dead(string %this);

Parameters

string %this
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/Gamemode_Slayer/server/core/Slayer_AiController.cs:541

See also

Slayer_AiController::addDeaths
Slayer_AiController::addKills
Slayer_AiController::addLives
Slayer_AiController::addObjective
Slayer_AiController::applyBodyColors
Slayer_AiController::applyUniform
Slayer_AiController::assignObjectives
Slayer_AiController::createPlayer
Slayer_AiController::forceEquip
Slayer_AiController::getCurrentObjective
Slayer_AiController::getDeaths
Slayer_AiController::getKills
Slayer_AiController::getLives
Slayer_AiController::getNextObjective
Slayer_AiController::getTeam
Slayer_AiController::goToNextObjective
Slayer_AiController::incRespawnTime
Slayer_AiController::InstantRespawn
Slayer_AiController::isObjective
Slayer_AiController::onDeath
Slayer_AiController::onObjectiveFailed
Slayer_AiController::onObjectiveReached
Slayer_AiController::onSpawn
Slayer_AiController::removeAllObjectives
Slayer_AiController::removeObjective
Slayer_AiController::resetRespawnTime
Slayer_AiController::setDead
Slayer_AiController::setDeaths
Slayer_AiController::setKills
Slayer_AiController::setLives
Slayer_AiController::setRespawnTime
Slayer_AiController::updateEquip

References

This function is not called by any other functions.