changes.mady.by.user Aubergine
Saved on Nov 16, 2012
Outputs the message via out.HOST or out.CONSOLE depending on Warzone version.
This constant defines the default output method used for out().
In Warzone 3.2 or above, OUT_out.HOST will be used.
In Warzone 3.1, out.CONSOLE will be used.
If the self parameter is specified, the message will be prefixed with the filename and version defined in the Self Descriptor Object.
out("hello"); // outputs "hello" using default method
Requires:
Related constants: