Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Comment:
Migrated to Confluence 5.3
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_CONSOLE instead.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 | ||||||
---|---|---|---|---|---|---|
| ||||||
out("hello", null, out.HOST); // sends "hello" |