====== Item::setThrower ====== There is no doc-string available for this function. ===== Syntax ===== script Item::setThrower(string %this, string %newThrower); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%this%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%newThrower%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== base/server/scripts/allGameScripts.cs:9307 ===== See also ===== [[scripting:doc:u:item:fadein|Item::fadeIn]]\\ [[scripting:doc:u:item:fadeout|Item::fadeOut]]\\ [[scripting:doc:u:item:getlaststickynormal|Item::getLastStickyNormal]]\\ [[scripting:doc:u:item:getlaststickypos|Item::getLastStickyPos]]\\ [[scripting:doc:u:item:getrespawntime|Item::getRespawnTime]]\\ [[scripting:doc:u:item:isrotating|Item::isRotating]]\\ [[scripting:doc:u:item:isstatic|Item::isStatic]]\\ [[scripting:doc:u:item:respawn|Item::Respawn]]\\ [[scripting:doc:u:item:schedulepop|Item::schedulePop]]\\ [[scripting:doc:u:item:setcollisiontimeout|Item::setCollisionTimeout]]\\ [[scripting:doc:u:item:setrespawntime|Item::setRespawnTime]]\\ ===== References ===== This function is not called by any other functions.