49
edits
(Initial information from experimentation) |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{\|uiapi}} | |||
Adds a line to the ChatLog. | |||
ChatSystemLib.PostOnChannel(ChatSystemLib.ChannelEnum, sOutText, sSendingUnitName) | |||
== Description == | |||
Adds a line to the ChatLog using the given string text, formatted according to the channel identifier given. Some system channels have no effect. Does not go through the server, just adds the text to the local player's chat window. | Adds a line to the ChatLog using the given string text, formatted according to the channel identifier given. Some system channels have no effect. Does not go through the server, just adds the text to the local player's chat window. | ||
== | == ChannelEnum == | ||
From the Carbine ChatLog addon: | From the Carbine ChatLog addon: | ||
* ChatSystemLib.ChatChannel_Command | * ChatSystemLib.ChatChannel_Command | ||