Discuss this page on this pages [[dbgOutput Talk Page|TalkPage]] === dbgOutput === See [[http://xelerus.de/index.php?s=functions&function=15|dbgOutput at Xelerus]] ^ Syntax | (dbgOutput s1 [s2 ... sn]) | ^ Arguments | string: The stuff you want outputted to the debug console. If the argument is not a string it will be converted into a string. | ^ | [s2 ... sn]: More strings to be outputted. They will be concatenated onto the previous strings | ^ Returns | condition: True if it successfully outputted the string | ^ Category | [[debug]] | ^ Description | Outputs the string onto the [[modding/debug console]]. | === Example === (dbgOutput "if you can see this you have the debug console open") Outputs to the debug console if you can see this you have the debug console open True Return to [[modding/Functions]] list