====== Item::isStatic ====== ()Is the object static (ie, non-movable)? ===== Syntax ===== bool Item::isStatic(); ===== Parameters ===== This function does not accept any parameters. ===== Return value ===== [[scripting:doc:engine:types:bool|bool]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== 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:respawn|Item::Respawn]]\\ [[scripting:doc:u:item:schedulepop|Item::schedulePop]]\\ [[scripting:doc:u:item:setcollisiontimeout|Item::setCollisionTimeout]]\\ [[scripting:doc:u:item:setrespawntime|Item::setRespawnTime]]\\ [[scripting:doc:u:item:setthrower|Item::setThrower]]\\ ===== References ===== This function is not called by any other functions.