Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | BaseChatComponentClass |
Functions | |
BaseAimingComponentClass GameComponentClass | GetOwner () |
This component takes care of sending chat messages. More... | |
proto external void | SetChannel (int channelId, bool enabled) |
proto external bool | GetChannelState (int channelId) |
proto external void | SendMessage (string msgStr, int channelId) |
proto external void | SendPrivateMessage (string msgStr, int receiverId) |
event protected void | OnNewMessage (string msg, int channelId, int senderId) |
event protected void | OnNewPrivateMessage (string msg, int senderId, int receiverId) |
event protected void | ShowMessage (string msg) |