modding:function:dbgoutput
Discuss this page on this pages TalkPage
dbgOutput
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 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 Functions list
modding/function/dbgoutput.txt · Last modified: 2014/12/27 04:40 by 127.0.0.1