====== DebugView::setText ====== (int line, string text, Color3F color=NULL)Set one of the lines in the DebugView to contain the specified text at the specified color. ===== Syntax ===== void DebugView::setText(int %line, string %text[, Color3F %color=NULL]); ===== Parameters ===== [[scripting:doc:engine:types:int|int]] **%%%line%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%text%%**\\ No description available. [optional] [[scripting:doc:engine:types:Color3F|Color3F]] **%%%color=NULL%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:debugview:addline|DebugView::addLine]]\\ [[scripting:doc:u:debugview:clearlines|DebugView::clearLines]]\\ [[scripting:doc:u:debugview:cleartext|DebugView::clearText]]\\ ===== References ===== This function is not called by any other functions.