====== [Slayer_GameConnection] GameConnection::createPlayer ====== There is no doc-string available for this function. ===== Syntax ===== script [Slayer_GameConnection] GameConnection::createPlayer(string %this, string %pos); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%this%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%pos%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Add-Ons/Gamemode_Slayer/server/core/GameConnection.cs:1211 ===== See also ===== [[scripting:doc:slayerugameconnection:gameconnection:applybodycolors|[Slayer_GameConnection] GameConnection::applyBodyColors]]\\ [[scripting:doc:slayerugameconnection:gameconnection:applybodyparts|[Slayer_GameConnection] GameConnection::applyBodyParts]]\\ [[scripting:doc:slayerugameconnection:gameconnection:autoadmincheck|[Slayer_GameConnection] GameConnection::autoAdminCheck]]\\ [[scripting:doc:slayerugameconnection:gameconnection:cleareventobjects|[Slayer_GameConnection] GameConnection::clearEventObjects]]\\ [[scripting:doc:slayerugameconnection:gameconnection:oncliententergame|[Slayer_GameConnection] GameConnection::onClientEnterGame]]\\ [[scripting:doc:slayerugameconnection:gameconnection:onclientleavegame|[Slayer_GameConnection] GameConnection::onClientLeaveGame]]\\ [[scripting:doc:slayerugameconnection:gameconnection:ondeath|[Slayer_GameConnection] GameConnection::onDeath]]\\ [[scripting:doc:slayerugameconnection:gameconnection:resetvehicles|[Slayer_GameConnection] GameConnection::resetVehicles]]\\ [[scripting:doc:slayerugameconnection:gameconnection:setscore|[Slayer_GameConnection] GameConnection::setScore]]\\ ===== References ===== This function is not called by any other functions.