Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseChatComponent.c File Reference

Go to the source code of this file.

Classes

class  BaseChatComponentClass

Functions

BaseAimingComponentClass GameComponentClass GetOwner ()
 This component takes care of sending chat messages.
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)
void OnNewMessage (string msg, int channelId, int senderId)
void OnNewPrivateMessage (string msg, int senderId, int receiverId)
void ShowMessage (string msg)