Table of Contents

AiController::incScore

There is no doc-string available for this function.

Syntax

script AiController::incScore(string %this, string %score);

Parameters

string %this
No description available.

string %score
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/Gamemode_Slayer/server/core/AiController.cs:127

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::onAdd
AiController::onDeath
AiController::onRemove
AiController::onSpawn
AiController::resetVehicles
AiController::setScore
AiController::spawnPlayer
AiController::validateAvatarPrefs

References

This function is not called by any other functions.