====== DbgFileView::setCurrentLine ====== (int line, bool selected)Set the current highlighted line. ===== Syntax ===== void DbgFileView::setCurrentLine(int %line, bool %selected); ===== Parameters ===== [[scripting:doc:engine:types:int|int]] **%%%line%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%selected%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:dbgfileview:clearbreakpositions|DbgFileView::clearBreakPositions]]\\ [[scripting:doc:u:dbgfileview:findstring|DbgFileView::findString]]\\ [[scripting:doc:u:dbgfileview:getcurrentline|DbgFileView::getCurrentLine]]\\ [[scripting:doc:u:dbgfileview:open|DbgFileView::open]]\\ [[scripting:doc:u:dbgfileview:removebreak|DbgFileView::removeBreak]]\\ [[scripting:doc:u:dbgfileview:setbreak|DbgFileView::setBreak]]\\ [[scripting:doc:u:dbgfileview:setbreakposition|DbgFileView::setBreakPosition]]\\ ===== References ===== This function is not called by any other functions.