Outputs the message via OUT_HOST, OUT_DEBUG or OUT_out.HOST or out.CONSOLE depending on Warzone version.
Notes
This constant defines the default output method used for uOutout().
In Warzone 3.2 or above, OUT_out.HOSTwill will be used.
Prior to In Warzone 3.21, OUT_out.CONSOLEwill be used, or OUT_DEBUG may be used instead if it is confirmed .
If the self parameter is specified, the message will be sent to the log file.prefixed with the filename and version defined in the Self Descriptor Object.
Example
Code Block
theme
RDark
language
javascript
linenumbers
true
out("hello"); // outputs "hello" using default method