Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SystemChatChannel Interface Reference
Inheritance diagram for SystemChatChannel:
[legend]

Public Member Functions

override bool ProcessMessage (BaseChatComponent sender, string message, bool isAuthority)
 Method processes chat message before its send to the server and after receiving it by the server.
 
override bool IsDelivering (BaseChatComponent sender, BaseChatComponent receiver)
 Determine, if the message will be delivered to the receiver.
 
override bool IsAvailable (BaseChatComponent sender)
 Returns true if the message can be sent to this channel.
 
- Public Member Functions inherited from BaseChatChannel
proto external string GetName ()
 String identifier of channel.
 
proto external BaseChatChannelStyle GetStyle ()
 Returns channel style object.
 
bool IsDelivering (BaseChatComponent sender, BaseChatComponent receiver)
 Determine, if the message will be delivered to the receiver.
 
bool IsAvailable (BaseChatComponent sender)
 Returns true if the message can be sent to this channel.
 
bool ProcessMessage (BaseChatComponent sender, string message, bool isAuthority)
 Method processes chat message before its send to the server and after receiving it by the server.
 

Additional Inherited Members

- Protected Member Functions inherited from BaseChatChannel
void OnInit (IEntity owner)
 

Member Function Documentation

◆ IsAvailable()

override bool SystemChatChannel.IsAvailable ( BaseChatComponent  sender)

Returns true if the message can be sent to this channel.

Implements BaseChatChannel.

◆ IsDelivering()

override bool SystemChatChannel.IsDelivering ( BaseChatComponent  sender,
BaseChatComponent  receiver 
)

Determine, if the message will be delivered to the receiver.

Implements BaseChatChannel.

◆ ProcessMessage()

override bool SystemChatChannel.ProcessMessage ( BaseChatComponent  sender,
string  message,
bool  isAuthority 
)

Method processes chat message before its send to the server and after receiving it by the server.

Will be revisited and made osbolete soon

Parameters
messageChat message
senderChatCompSenders ChatComponent
isAuthoritytrue when executed on the server
Returns
Return if the message should be send further through the chat pipeline (send to the server or to the other clients)

Implements BaseChatChannel.


The documentation for this interface was generated from the following file: