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 | SCR_ChatComponentClass |
Functions | |
SCR_ChatComponentClass BaseChatComponentClass | GetChannelState (BaseChatChannel channelId) |
override void | OnNewMessage (string msg, int channelId, int senderId) |
override void | OnNewPrivateMessage (string msg, int senderId, int receiverId) |
override void | ShowMessage (string msg) |
Variables | |
private ScriptedChatEntity | m_ChatEntity |
private int | m_iRadioProtocolChannel |
SCR_ChatComponentClass BaseChatComponentClass GetChannelState | ( | BaseChatChannel | channelId | ) |
private ScriptedChatEntity m_ChatEntity |
Definition at line 19 of file SCR_ChatComponent.c.
private int m_iRadioProtocolChannel |
Definition at line 20 of file SCR_ChatComponent.c.