Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Outputs the message to the game host via in-game chat .

 

Notes

Uses chat() to output the message, sent directly to the host of the current game.

If the host player cannot be identified, the message will be output to out.CHAT instead.

If the chat() function is not available (pre-Warzone 3.2) the message will be output to out.CONSOLE instead.

If the self parameter is specified, the message will be prefixed with the filename and version defined in the Self Descriptor Object.

Example

Code Block
themeRDark
languagejavascript
linenumberstrue
out("hello", null, out.HOST); // sends "hello"
Div
classbox
Availability
Status
colourGreen
titleStable

Requires:

Div
classbox

See also

Related constants:

Child pages (Children Display)
pageout()
excerpttrue