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_out.CHAT instead instead.

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

Example

Code Block
themeRDark
languagejavascript
linenumberstrue
out("hello", null, out.HOST); // sends "hello"
This constant is used by uOut()
Div
classbox suggest
Availability
Status
colourGreen
titleStable

Requires:

Div
classbox

See also

Related constants:

Child pages (Children Display)
pageglobal.uOutout()
excerpttrue