Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ChatComponent.c File Reference

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
 

Function Documentation

◆ GetChannelState()

Parameters
[in]channelId
Returns

Definition at line 10 of file SCR_ChatComponent.c.

Variable Documentation

◆ m_ChatEntity

private ScriptedChatEntity m_ChatEntity

Definition at line 19 of file SCR_ChatComponent.c.

◆ m_iRadioProtocolChannel

private int m_iRadioProtocolChannel

Definition at line 20 of file SCR_ChatComponent.c.