Versions Compared

Key

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

Outputs the message to allies of the script player via in-game chat.

 

Notes

Uses chat() to output the message, scoped to ALLIES.

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.CHAT); // sends "hello" chat message to all allies
Div
classbox
Availability
Status
colourGreen
titleStable

Requires:

Div
classbox

See also

Related constants:

Child pages (Children Display)
pageout()
excerpttrue