The search keyword must be a single word (no spaces).
Function BlzDisplayChatMessage
- Line
- 4105
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- player whichPlayer, integer recipient, string message
- Returns
- nothing
| 4105 | native BlzDisplayChatMessage takes player whichPlayer, integer recipient, string message returns nothing |
| 4106 | native BlzPauseUnitEx takes unit whichUnit, boolean flag returns nothing |
| 4107 | // native BlzFourCC2S takes integer value returns string
|
| 4108 | // native BlzS2FourCC takes string value returns integer
|
| 4109 | native BlzSetUnitFacingEx takes unit whichUnit, real facingAngle returns nothing |
| 4110 |
Information about BlzDisplayChatMessage
City17
4 years
displays the message in chat as if it were sent by whichPlayer. The message does not appear in log (F12).
recipient: changes the type of chat channel prefix shown. It has no effect on the message's visibility.
0: "All" chat prefix
1: "Allies"
2: "Observers"
3+: "Private"
recipient: changes the type of chat channel prefix shown. It has no effect on the message's visibility.
0: "All" chat prefix
1: "Allies"
2: "Observers"
3+: "Private"
You must be logged in with a standard account to contribute.