Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BaseChatChannel.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
BaseChatChannel
:
ScriptAndConfig
13
{
15
proto external
string
GetName
();
19
proto external
BaseChatChannelStyle
GetStyle
();
20
21
// callbacks
22
23
event
protected
void
OnInit
(
IEntity
owner);
25
event
bool
IsDelivering
(BaseChatComponent sender, BaseChatComponent receiver) {
return
true
; };
27
event
bool
IsAvailable
(BaseChatComponent sender) {
return
true
; };
36
event
bool
ProcessMessage
(BaseChatComponent sender,
string
message,
bool
isAuthority) {
return
true
; };
37
}
38
GetName
string GetName()
Definition
SCR_NotificationSenderComponent.c:15
BaseChatChannel
Definition
BaseChatChannel.c:13
BaseChatChannel::IsDelivering
event bool IsDelivering(BaseChatComponent sender, BaseChatComponent receiver)
Determine, if the message will be delivered to the receiver.
Definition
BaseChatChannel.c:25
BaseChatChannel::ProcessMessage
event bool ProcessMessage(BaseChatComponent sender, string message, bool isAuthority)
Definition
BaseChatChannel.c:36
BaseChatChannel::OnInit
void OnInit(IEntity owner)
BaseChatChannel::IsAvailable
event bool IsAvailable(BaseChatComponent sender)
Returns true if the message can be sent to this channel.
Definition
BaseChatChannel.c:27
BaseChatChannelStyle
Definition
BaseChatChannelStyle.c:13
IEntity
Definition
IEntity.c:13
ScriptAndConfig
Definition
Types.c:124
GetStyle
proto external BaseChatChannelStyle GetStyle()
scripts
Game
generated
Chat
BaseChatChannel.c
Generated by
1.17.0