====== [Slayer_AiPlayer] AIPlayer::setTeam ====== There is no doc-string available for this function. ===== Syntax ===== script [Slayer_AiPlayer] AIPlayer::setTeam(string %this, string %mode, string %teamName); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%this%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%mode%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%teamName%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Add-Ons/Gamemode_Slayer/server/core/AiPlayer.cs:258 ===== See also ===== [[scripting:doc:slayeruaiplayer:aiplayer:hloop|[Slayer_AiPlayer] AIPlayer::hLoop]]\\ [[scripting:doc:slayeruaiplayer:aiplayer:oncameraenterorbit|[Slayer_AiPlayer] AIPlayer::onCameraEnterOrbit]]\\ [[scripting:doc:slayeruaiplayer:aiplayer:oncameraleaveorbit|[Slayer_AiPlayer] AIPlayer::onCameraLeaveOrbit]]\\ [[scripting:doc:slayeruaiplayer:aiplayer:setbotname|[Slayer_AiPlayer] AIPlayer::setBotName]]\\ ===== References ===== This function is not called by any other functions.